Guest User

Untitled

a guest
Dec 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // -- Função box aleatória
  2. function script box {
  3.  
  4. // -- ID's dos itens que poderão ser obitidos aleatóriamente ao abrir a caixa
  5. setarray .@id_itens[0],607,608,609;
  6.  
  7. getitem .@id_itens[rand (getarraysize(.@id_itens)) ],1;
  8. end;
  9. }
Add Comment
Please, Sign In to add comment