InmortalStudios Posted December 28, 2009 Posted December 28, 2009 (edited) Im programmer 3 years, first i learned batch, and then html, and then php, but this year i learned autoIT, it was cool, i can control the mouse, i dont controlled rly good the GUI, but a month ago i was intrested and learned it. I was always interested in chat bots, and always searching for a languaje, and today, i realized this is the best languaje ever. yes u can make chat bots, here is just the example for u (its a question awnsering bot for my gaming clan): call ("main") Func main() while 1 $question=InputBox ("Question Bot", "What is ur question?") if StringInStr ($question, "why") and StringInStr ($question, "call") and StringInStr ($question, "sir") Then MsgBox (0, "", "u call higher rank ""sir"" because is a respect simbol") ElseIf StringInStr ($question, "always") and StringInStr ($question, "call") and StringInStr ($question, "sir") Then MsgBox (0, "", "no, not always, u must call sir at least 1 time in a room (also if u change of room)") Else MsgBox (0, "", "i dont know") EndIf WEnd EndFunc so if a developer is reading this, i just say this things: this is the best languaje ever. First post i ever make here in this forum, but when i learned that, i just cant even stop making the post. CLUE: try asking: "why i always say sir to higher ranks" and also try "why i call them sir?" Edited December 28, 2009 by InmortalStudios
Notepad Posted December 29, 2009 Posted December 29, 2009 Glad to hear you like auto it you're doing good for "A FIRST YEAR"! Remember, always use the help file if your unsure and if its not there go to the help forum and if its still not there make a post in help! Hi.
jvanegmond Posted December 29, 2009 Posted December 29, 2009 To call a function, simply do this: main() Instead of Call("main") Sir. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now