of the stuff in ACTool, and I have made many pointless bots, and I am actually working on a tutorial for this, but, I need some help first
Well, earlier today, i just learned how to use the "IF" and "ELSE" functions, but, I have three questions. 1- Can i have more than just those two
too occupy the variable? I mean, in the code, is it possible to somehow have more than 1 "IF" and "ELSE"? For example:
Constants
k1 = 3 //1 = wait 1 second untill it starts to type, 2 = 5 seconds, 3 = 15 seconds.
ExecProgram Notepad.exe
delay 500
SetActiveWindow Untitled - Notepad
If $k1 = 1
Delay 1000
Else $k1 = 2
Delay 5000
<What do I put here?> $k1 = 3
Delay 15000
end
say Hai, I'm Kayla x3
//END//
I have tried to put "if" on the third one, and also else. But can't seem to make it work
Ok, question 2-What is the function "And" for? I actually tried to put this in after the "Else" function in my mini-script, but it said wrong function or
whatever.
Last question- Is the function "And" in anyway associated with the "If" and "Else" functions?
Any help is absolutely awesome! Thankies!
- Your newest member!!
Kayla <3
Okay, now, I tried again, with this following code:
Constants
k1 = 2
end
ExecProgram Notepad.exe
delay 500
Setactivewindow Untitled - Notepad
If $k1 = 0
Delay 1000
Else $k1 = 1
Delay 5000
If $k1 = 2
Delay 10000
end
end
Say Hi
And, it somewhat worked but, instead of only doing the " If $k1 = 2 blah blah " it did Else $k1 = 1 and If $k1 = 2
Helpppp meee! hehe. Thank you in advance!!
- Your newest member and friend
Kayla <3
