knugi

Untitled

Jan 18th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. command /spr:
  2. trigger:
  3. set {_m} to balance of player
  4. set {_m} to {_m} parsed as number
  5. set {_max} to 200
  6. set {_max} to {_max} parsed as number
  7. set {_w} to {_m} / {_max} * 100
  8. if {_m} is larger than {_max}:
  9. send "Procent twoich pieniedzy z 200 to: 100%%"
  10. stop
  11. send "Procent twoich pieniędzy z 200 to: %{_w}%%%"
Advertisement
Add Comment
Please, Sign In to add comment