GamePL7

Untitled

Feb 12th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on death of creature:
  2. if attacker is a player:
  3. if {i.e.%attacker%} >= {w.l.%attacker%}:
  4. set {i.e.%attacker%} to 0
  5. if {lvl.%attacker%} = 0:
  6. if {misja.%attacker%} = 13:
  7. set {misja.%attacker%} to 14
  8. send "&a&oMisja zostala wykonana!" to attacker
  9. send "&aNagroda:" to attacker
  10. send "&a-&e 10 &6monet" to attacker
  11. add 10 to {monety.%attacker%}
  12. set {w.l.%attacker%} to {w.l.%attacker%}*2
Advertisement
Add Comment
Please, Sign In to add comment