GrimoN

Untitled

Apr 21st, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. options:
  2. kwiatek: Poppy
  3.  
  4.  
  5. on rightclick on {@kwiatek}:
  6. if {kwiatek::%event-block%} is not set:
  7. chance of 25.0%:
  8. drop 1 stick named "Patryk" at event-block
  9. set {kwiatek::%event-block%} to now
  10. add 10 minutes do {kwiatek::%event-block%}
  11. stop
  12. if {kwiatek::%event-block%} is set:
  13. set {_now} to now
  14. if {_now} is greater or equal to {kwiatek::%event-block%}:
  15. chance of 25.0%:
  16. drop 1 stick named "Patryk" at event-block
  17. set {kwiatek::%event-block%} to now
  18. add 10 minutes do {kwiatek::%event-block%}
  19. stop
Advertisement
Add Comment
Please, Sign In to add comment