ID #23388
Usable
[Scroll] Food Box
Buy Price: N/A
Sell Price: N/A
Type: Usable
Weight: 10
Weight: 10
Basic Information
Type
Usable
Weight
10
Item Flags
Container
Yes
Scripts
Script .@rnd = rand(1,3); if (.@rnd == 1) getitem callfunc("F_Rand",14849,14850,14851,14852,14853,14854),10; else if (.@rnd == 2) getitem 14841,50; else getitem 14886,2;
.@rnd = rand(1,3);
if (.@rnd == 1)
getitem callfunc("F_Rand",14849,14850,14851,14852,14853,14854),10;
else if (.@rnd == 2)
getitem 14841,50;
else
getitem 14886,2;