CusT

Untitled

Dec 15th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. variables:
  2. {Stone.%player%} = 0
  3. {Lvl.%player%} = 0
  4.  
  5. on mine stone:
  6. add 1 to {Stone.%player%}
  7. if {Stone.%player%} is greater than 10:
  8. add 1 to {Lvl.%player%}
  9. send "TEst"
Advertisement
Add Comment
Please, Sign In to add comment