In this description I'm a little confused and it doesn't seem to work...
I apologize if it's a stupid question.
First of all this is the post I'm trying to refer to...
http://www.verbots.com/forums/viewtopic.php?t=483&highlight=default
It's not working... My bot says "point" every time I type something
I guess maybe I just don't get where the code goes...
It says #input: <--- Do I put that in the input region of the bot, or do I type #input in output?
- Code: Select all
Rule
(*default)
input: [inputtext]
output:. """yes just a dot"""
Child of (*default)
Rule
learnmode
input: [inputtexttwo]
\\Does this all go in one "output textbox"
output: <learn
#name: [inputtext]
#input: [inputtext]
#output: [inputtexttwo]>
<send [_lastinput]>
or does each # represent a separate line\\
My question is the format in this example, the example denotes each things on a separate line. Does that represent each sentence gets it's own output field or is it bundled all together in one output.
Here actually, let me show you what I have...
http://www.junfanjohn.netii.net/Pictures.html
This URL will take you to two pics, one is default, one is the default child, click the thumbs to enlarge the pics


