Hi everybody ! I'm working for a long time on a bot based on Alice with Program D
Everything seem to work well except for one thing...in Alice AIML files there was bot properties that looks like that:
<bot name="name"> that refers to....well nothing I could'nt get it to work (it only answer me a .) so i've decided
to put properties to replace that, I put about 70 different properties in my startup.xml like that:
<properties>
<property name="age" value="2"/> and so on...
</properties>
Then in my AIML files I've replace all the <bot name=""> with <property name=""> It has worked once but now it
refuses to call the properties from startup.xml....again, it answers me with a .
So if there's something that I still don't understand...please help me with that, 'cause my bot requires only that little
last thing to work well and I could'nt set it properly...
Thanks
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
SOLVED
Finally I've found what was my error: the <bot name="name"> calls the <property name=""> in the startup.xml file from tha AIML files.
So...I'm dumb ! It was a lack of observation from me...