viewing paste Unknown #13144 | Athena

Posted on the
1 2 3 4 5 6 7
function    script    PrizeBox    {
    setarray .PrizeBoxItems[0],5013,6414,5142,4124,5123;
   
    set .Random, getarraysize( .BoxItems );
    getitem .PrizeBoxItems[ rand( .Random ) ];
    end;
}
Viewed 741 times, submitted by Guest.