Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. PeZe:=Status.InPZ()
  2. coB:=Self.inventory.Boots()
  3. !PeZe!<>1 [pz1]
  4. !coB!<>3549 [zaklada]
  5. Self.Mana%()<!MinM! [MinM]
  6. Self.Equip.Boots(6529)
  7. exit()
  8. {MinM}
  9. !coB!<>!BootsID!
  10. Self.Equip.Boots(!BootsID!)
  11. exit()
  12. {zaklada}
  13. Self.Mana%()>!MaxM! [MaxM]
  14. !coB!<>!BootsID!
  15. Self.Equip.Boots(!BootsID!)
  16. exit()
  17. {MaxM}
  18. exit()
  19. {pz1}
  20. !coB!<>!BootsID! [boh]
  21. !coB!<>!BootsID!
  22. Self.Equip.Boots(!BootsID!)
  23. exit()
  24. {boh}
  25. exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement