Just a quick one i have the Giftbox working but if i make 10 only 8 or 9 may work i have 11 items in the script so i want it to randomly pick one of the 11 here is my script...
I'v changed the random 10 to 1,11 & tryed 2 but can not get it to do it >.<
;----------------------
;GIFTBOX
;----------------------
[@StdmodeFunc12]
#ACT
#IF
random 10
#ACT
give HolyTaoStone 1
SENDMSG 5 "<$USERNAME> Has recived a HolyTaoStone from Legend Of mir X!"
break
#IF
random 10
#ACT
give HolyDcStone 1
SENDMSG 5 "<$USERNAME> Has recived a HolyDCStone from Legend Of mir X!"
break
#IF
random 10
#ACT
give HolyMcStone 1
SENDMSG 5 "<$USERNAME> Has recived a HolyMCStone from Legend Of mir X!"
break
I'v changed the random 10 to 1,11 & tryed 2 but can not get it to do it >.<
