Jump to content

Chat Bot, Artificial Intelligence


Recommended Posts

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 by InmortalStudios
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...