Difference between revisions of "Adding words to the NLP"

From XStoryPlayer Wiki
Jump to: navigation, search
(Created page with "Now the girl only responds to you by saying you should be quiet. We want the girl to open the cell when you give her a compliment.<br> A good fitting compliment would be "You...")
 
Line 2: Line 2:
 
A good fitting compliment would be "You have nice spots".<br>
 
A good fitting compliment would be "You have nice spots".<br>
 
In this tutorial we will add some extra talking to the story. We will also add a word to the NLP.
 
In this tutorial we will add some extra talking to the story. We will also add a word to the NLP.
 +
 +
<ol>
 +
<li>Open the <code>'/ai/nlp/nlp_object.txt'</code> file. Add the following code at the end of the <code>#object_body</code> values:
 +
 +
#object_body = <spot>  : spot
 +
#object_body = <spots> : spot
 +
 +
</li>
 +
</ol>

Revision as of 13:04, 20 January 2015

Now the girl only responds to you by saying you should be quiet. We want the girl to open the cell when you give her a compliment.
A good fitting compliment would be "You have nice spots".
In this tutorial we will add some extra talking to the story. We will also add a word to the NLP.

  1. Open the '/ai/nlp/nlp_object.txt' file. Add the following code at the end of the #object_body values:
    1. object_body = <spot>  : spot
    2. object_body = <spots> : spot