Advertisement
Winter__

Untitled

Aug 23rd, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. set {_int} to a random integer between 1 and 100
  2. if {_int} is between 0 and 50:
  3. drop 1 coal at the event-block
  4. stop
  5. if {int} is between 50 and 90:
  6. drop 2 coal at the event-block
  7. stop
  8. if {_int} is between 90 and 100:
  9. set {_coaltaker} to a random player
  10. give 1 coal to {_coaltaker}
  11. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement