Advertisement
Daedroth

Untitled

Jan 10th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Begin RAndom_Chest_Sct ; локальный
  2.  
  3. short Rand
  4.  
  5. If ( CellChanged )
  6. set Rand to Random 2
  7. if ( Rand == 0 )
  8. additem Misc_1
  9. elseif ( Rand == 1 )
  10. additem Rand_2
  11. endif
  12. endif
  13.  
  14. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement