Could someone help me with a script for a chatbot? I'm at the very beginning of making one at the moment, and I don't know where to start.
Offline
Here's a good place to start.
Offline
you need a list,. make it fill the whole screen. to differentiate between the two people, you need this:
<join (p1)<Join[:]<join [] [tevt here]>>>//change p1 with p2 for other personyou need to set the name of the people so...
set [p1 v] to [name]//same for p2then you put the script together
add [first thing^^^ ] to [list v]you do this over and over for the chat. you can also add questions too.
ask [question] and waitthen put the answer in the last part of the first thing I put in this reply. You can also put wait () secs blocks in too if you want.
Last edited by gfchll (2012-10-08 19:02:47)
Offline