All right. Haven't been here in a while, and I can't quite figure out how to do this on my own, I've tried everything that I can think of. Perhaps I'm just missing it.
I have an alias called start
The script in the alias is quite simple.The problem is I want at the end of the loop, I want it to queue up an execute to restart it.
I've tried, Execute "start" that doesn't work. then I realized that wouldn't queue it. So I tried...
Queue "" & Execute* "start", True
But I got an error saying that there was an expected end arguement or something thing...
Anyways, I'm baffled.
* Note, I did search the forums and I know about the Execute issue with VBscript, I went back and tried it with world.execute, but still no luck)
I have an alias called start
The script in the alias is quite simple.
Speedwalkdelay = "@CharacterInfoSpellSpeed"
for count = 1 to @CharacterInfoSpellCount
Queue "c " & "@CharacterInfoSetSpell", True
nextI've tried, Execute "start" that doesn't work. then I realized that wouldn't queue it. So I tried...
Queue "" & Execute* "start", True
But I got an error saying that there was an expected end arguement or something thing...
Anyways, I'm baffled.
* Note, I did search the forums and I know about the Execute issue with VBscript, I went back and tried it with world.execute, but still no luck)