function script PrizeBox { setarray .PrizeBoxItems[0],5013,6414,5142,4124,5123; set .Random, getarraysize( .BoxItems ); getitem .PrizeBoxItems[ rand( .Random ) ]; end; }