Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. const
  2. minMana = 13000 // Change this to when you want it to heal.
  3.  
  4. while not terminated do
  5. begin
  6. UpdateWorld;
  7. if Self.Mana < minMana then
  8. Self.Containers.UseItemWithSelf(3157);
  9. Sleep(500);
  10. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement