@hardyhar
1)
In the file:
"init\std\template\char\brain\code\ref\basic_ref_command.dat"
You will see all the dungeon commands.
For example:
me.blowjob.you.set (read backwards as: you.blowjob.me) results in a blowjob.
2)
Let say you want: "I like cheese" to make her give you a blowjob.
First you have to add the word "cheese" to the NLP:
Open the file:
"ai\nlp\nlp_object.txt"
and add:
...
#object_item = <poles> : pole
#object_item = <cheese> : cheese // << add here
#object_item = <cheeses> : cheese // << add here
3)
Now enable brain debug in the settings.ini file:
start_mode = FAST; // Start automatically in fast scene (so you skip splash screen for convenience)
debug_brain = ENABLED; // Debug brain to trace.txt file
This will trace all brain events to the 'trace.txt' file
4)
Start XStoryPlayer and say to Saiko in the dungeon:
"I like cheese".
Press F9 to quit XStoryPlayer directly and open the 'trace.txt' file.
Here you now will see:
...cheese.like.me.info (meaning, I give info: me.like.cheese)
5)
Now all you have to do is add:
...
suck.you.if = me.blowjob.you.set;
cheese.like.me.info = me.blowjob.you.set; // << Add it here
to the file:
"init\std\template\char\brain\code\ref\basic_ref_command.dat"
6)
Try again and she should give blowjob when you say:
"I like cheese"