Advertisement
Guest User

Untitled

a guest
May 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ChargeCam:
  2. setvariable loopy $3
  3. ChargeCamstart:
  4. echo Current iteration $1 $2 $3
  5. match ChargeCamstart ...wait
  6. match ChargeCamstart Sorry, you may only type ahead
  7. match chargesuccess You harness
  8. put charge my $1 $2
  9. matchwait
  10. chargesuccess:
  11. pause 0.5
  12. math loopy subtract 1
  13. echo DEBUG - Local counter now set to %loopy
  14. if %loopy > 0 then goto ChargeCamstart
  15. if %loopy = 0 then gosub FocusCamb "$1"
  16. if %loopy = 0 then gosub ReturnItem "$1"
  17. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement