Random item boxes

Wummy

Majestic Mir 2
Dedicated Member
Aug 24, 2015
682
111
85
Majestic Town
iv'e done this

Code:
;;ChaosPrizeBox
[@_USEITEM(15)]
#ACT
GIVERANDOM
ChaosRing|ChaosWheel|ChaosBoots|ChaosBelt|ChaosNecklace|ChaosWeapon|ChaosArmour(M)|ChaosArmour(F)

the shape number is 15, any ideas why it aint working?
 
Last edited:

Far

tsniffer
Staff member
Developer
May 19, 2003
20,172
30
2,767
540
if youre using crystal use RANDOM. listed in wiki

Sent from my SM-G935F using Tapatalk
 

Wummy

Majestic Mir 2
Dedicated Member
Aug 24, 2015
682
111
85
Majestic Town
like this?
Code:
;;BlahBlah
[@_useitem(x)]
#ACT
RANDOM
BlahRing 20%
 
Last edited:

Far

tsniffer
Staff member
Developer
May 19, 2003
20,172
30
2,767
540
like this?
Code:
;;BlahBlah
[@_useitem(x)]
#ACT
BlahRing 20%
how have you used RANDOM in that example? read the wiki and youll be fine.

cant speak for any of bons custom commands tho

Sent from my SM-G935F using Tapatalk