Search found 11 matches

by deathw
02 Dec 2017, 20:21
Forum: Ask for Help (v1)
Topic: Help on Loop, Sleep, Loop, Repeat.
Replies: 10
Views: 5558

Re: Help on Loop, Sleep, Loop, Repeat.

Thank you
by deathw
02 Dec 2017, 16:37
Forum: Ask for Help (v1)
Topic: Help on Script I just can't get to Exit
Replies: 20
Views: 7228

Re: Help on Script I just can't get to Exit

Yes thank you all, I also found another way for other scripts that sometimes I need to run again after a few, so I made a MsgBox to deal with this.

Code: Select all

MsgBox, 262405, Script Options, Retry to Reload, Cancel to exit (Time Lord Globals)
If MsgBox, Retry
     Reload
If MsgBox, Cancel
     ExitApp
by deathw
02 Dec 2017, 16:25
Forum: Ask for Help (v1)
Topic: Help on Loop, Sleep, Loop, Repeat.
Replies: 10
Views: 5558

Re: Help on Loop, Sleep, Loop, Repeat.

The brackets still confuse me I need to read more and try sample scripts out, than work my way up
by deathw
02 Dec 2017, 16:24
Forum: Ask for Help (v1)
Topic: Help on Loop, Sleep, Loop, Repeat.
Replies: 10
Views: 5558

Re: Help on Loop, Sleep, Loop, Repeat.

Thank you
by deathw
01 Dec 2017, 16:35
Forum: Ask for Help (v1)
Topic: Help on Loop, Sleep, Loop, Repeat.
Replies: 10
Views: 5558

Re: Help on Loop, Sleep, Loop, Repeat.

Could It be done with 1 loop first than 20
Say?

Code: Select all

Loop 1
 {
   ; exit once
{

Loop 20
 
      ;loop x 20
 }
}


That just feels wrong though...
by deathw
26 Oct 2014, 17:04
Forum: Ask for Help (v1)
Topic: Help on Script I just can't get to Exit
Replies: 20
Views: 7228

Re: Help on Script I just can't get to Exit

all the ; were just reminders and stuff for me. I shouldn't of included them.
by deathw
26 Oct 2014, 16:44
Forum: Ask for Help (v1)
Topic: Help on Script I just can't get to Exit
Replies: 20
Views: 7228

Re: Help on Script I just can't get to Exit

800 loops at 4.5 seconds was just a reminder to me that it equals a hour of the scripts running time, I'm seriously getting confused here with two total differences. Also I'm running 1.1.15.00 64bit.
by deathw
26 Oct 2014, 15:03
Forum: Ask for Help (v1)
Topic: Help on Script I just can't get to Exit
Replies: 20
Views: 7228

Re: Help on Script I just can't get to Exit

I'm not turning this into a exe it's running simply from the ahk file, for certain reasons.
by deathw
26 Oct 2014, 14:59
Forum: Ask for Help (v1)
Topic: Help on Script I just can't get to Exit
Replies: 20
Views: 7228

Re: Help on Script I just can't get to Exit

idk wtf I'm doing but I guess thanks....I just wanted to simply pause and manual exit and end the script at the end. I guess thats not possible.
by deathw
26 Oct 2014, 06:45
Forum: Ask for Help (v1)
Topic: Help on Script I just can't get to Exit
Replies: 20
Views: 7228

Help on Script I just can't get to Exit

I need help on a simple script that I just can't figure out how to Exit properly at the end. I've read the docs and if I put "!o::ExitApp" it will exit when pressed, but ExitApp doesn't work at the end of my script. If I take it out than ExitApp works fine. I just don't know what to do, I see the ex...

Go to advanced search