demo Posted January 24, 2004 Posted January 24, 2004 (edited) Ok here is my script. How can you make this part repeat? I need to make it so that the person can repeat it as many times as he/she wants;==========IniRead===============SetEnv, ShenkFile, %A_SCRIPTDIR%\\Shenk.iniIniRead, LoadDelay, %ShenkFile%, GameSettings, LoadDelayIniRead, ActiveAccount, %ShenkFile%, AccountSettings, AccountIniRead, ActivePassword, %ShenkFile%, AccountSettings, PasswordIniRead, CharLocation, %ShenkFile%, AccountSettings, CharLocationIniRead, Repeat Game, %ShenkFile%, GameSettings, Repeat GameIniRead, Atack How Many Times, %ShenkFile%, AttackSettings, # Of times to attackIniRead, TeleKey, %ShenkFile%, AttackSettings, Teleport KeyIniRead, AttackKey, %ShenkFile%, AttackSettings, FireBall Key;==========MAIN===============GoSub, StartDiabloGoSub, LoginGoSub, AcessCharacters;---------------------This part I need to repeatGoSub, CreateGameGoSub, WalkToWPGoSub, WalkToShenkGoSub, KillShenkGoSub, QuitGame----------------------End of repeat Edited January 24, 2004 by demo
demo Posted January 25, 2004 Author Posted January 25, 2004 I really do need help. Can someone please help me?
demo Posted January 25, 2004 Author Posted January 25, 2004 (edited) I want to make it so that it will repeat intself intill the user says it to stopEXAMPLE: Repeat, 7EndRepeat Edited January 25, 2004 by demo
cmallett Posted January 25, 2004 Posted January 25, 2004 If all else fails:If the script isn't too complicated, you could convert it from AutoIt2 to 3 and thereby gain the hotkey features of AutoIt3. If the script is complex or you don't want to convert it, you could try AutoHotkey, which allows old AutoIt2 scripts to be enhanced with hotkeys and new commands.
Recommended Posts