Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // Hiding and Stealthing macro
  2. // First lets hide
  3. useskill 'Hiding'
  4. // Hiding Skill Timeout
  5. pause 10500
  6. // Are we hidden?
  7. if hidden
  8. // Is our hiding high enough to attempt stealth?
  9. if skill 'Hiding' >= 80
  10. // We're hidden, and passed skill check, lets stealth!
  11. useskill 'Stealth'
  12. pause 10500
  13. endif
  14. endif
  15. // We did it! AKA My team sux!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement