Guest User

24h

a guest
Aug 24th, 2014
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Command /test:
  2. trigger:
  3. if {uzycie.%player%} is 0:
  4. send "Yay"
  5. set {uzycie.%player%} to 24
  6. stop
  7. else:
  8. if {uzycie.%player%} is greater than 1:
  9. send "Odczekaj 24h"
  10. every 60 minutes:
  11. loop all players:
  12. If {uzycie.%loop-player%} is greater than 1:
  13. Add -1 to {uzycie.%loop-player%}
Advertisement
Add Comment
Please, Sign In to add comment