Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. action var hol 1 when You suddenly feel more confident about your skinning and locksmithing abilities.
  2. action var hol 1 when You sense the Hands of Lirisa spell upon you
  3. action var hol 0 when You suddenly feel less confident about your skinning and locksmithing abilities.
  4.  
  5. var hol 0
  6.  
  7. put conc
  8. waitfor Roundtime
  9. pause
  10.  
  11. loop:
  12. if %hol = 0 then gosub HOL
  13. put load two cool arr from my qui
  14. pause 2
  15. put aim
  16. pause 1
  17. put hide
  18. pause 9
  19. put poach
  20. pause 2
  21.  
  22. ammo:
  23. if matchre ("$roomobjs", "cool aquamarine arrow") then put stow cool arrow
  24. else goto ammo.done
  25. pause .5
  26. goto ammo
  27. ammo.done:
  28.  
  29. goto loop
  30.  
  31. HOL:
  32. put prep hol 10
  33. waitfor You feel fully prepared
  34. put cast
  35. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement