okkunsyouta

Untitled

Jan 31st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. on death of zombie:
  2. if name of zombie is "イベントモンスターLv1":
  3. add 1 to {ranking::%attacker%}
  4.  
  5. on death of zombie:
  6. if name of zombie is "イベントモンスターLv2":
  7. add 2 to {ranking::%attacker%}
  8.  
  9. on death of zombie:
  10. if name of zombie is "イベントモンスターLv3":
  11. add 3 to {ranking::%attacker%}
  12.  
  13. on death of zombie:
  14. if name of zombie is "イベントモンスターLv4":
  15. add 4 to {ranking::%attacker%}
  16.  
  17. on death of zombie:
  18. if name of zombie is "イベントモンスターLv5":
  19. add 5 to {ranking::%attacker%}
  20.  
  21. on death of zombie:
  22. if name of zombie is "イベントモンスターLv6":
  23. add 6 to {ranking::%attacker%}
Advertisement
Add Comment
Please, Sign In to add comment