Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.30 KB | None | 0 0
  1.  
  2. [Profile]
  3. Faction=Both
  4. NoLoop=1
  5.  
  6. [BeforeStart]
  7. z0=InitVar("JumpCtr",20) ;init and declare $JumpCtr = 20
  8.  
  9. [GoTo]
  10. z=SetVar("$JumpCtr", "$JumpCtr-1") ;decrease $JumpCtr by 1
  11. z=J2PIf("$JumpCtr",0,"off") ;if $JumpCtr = 0 then jump to path Off
  12. z=Jump2Path("Goto")
  13.  
  14. [Off]
  15. z=MsgBox(0,"Hi","Working")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement