Newcomers
This is a forum for newcomers to the Personality Forge. Many questions can be answered by reading the Book of AI and the FAQ under the "My Bots" link in the upper corner.
Posts 4,492 - 4,503 of 8,130
Posts 4,492 - 4,503 of 8,130
Many questions are answered in the FAQ.
nancy2
18 years ago
18 years ago
thanks for the help. but i miscommunicated. i want the triggers to be present simultaneously to cause a responce. eg "you" AND "pretty". not "YOU" OR "PRETTY"
trevorm
18 years ago
18 years ago
You probably want to use the "*" in a keyphrase, for instance:
you * pretty
will match "you are pretty", "you are just so pretty", "you pretty thing", etc
It'll also match "You're really not very pretty" etc so you probably also want another keyphrase:
you * not * pretty
you * pretty
will match "you are pretty", "you are just so pretty", "you pretty thing", etc
It'll also match "You're really not very pretty" etc so you probably also want another keyphrase:
you * not * pretty
nancy2
18 years ago
18 years ago
again nancy is here asking or help. I just want to remember the name of the chatter. book of AI does not say how to use xmemory in my responce. eg. nancy- who are you? > guest - I am peter. ..>... guest - Who am I? > nancy _ you are peter. now i am unable to do tht, though there must be a way.
Ulrike
18 years ago
18 years ago
For specific memories like that, don't put the response in xmemory.
Have something like:
KP:my name is (*)
AIScript: [?PF rem "(key1)" as "nickname"; ?]
Response: Nice to meet you, (key1).
KP:who am I, what is my name
Response: Don't you remember it, (mem-nickname)?
Something else you can do, to make sure (mem-nickname) always exists, is to put some AIScript in your bot's initialization box. GotoMyBots then to Settings for your bot. There's a box labelled AIScript Initialization.
Just enterdefault (name) as "nickname" into that box and save settings. That will store someone's username as their default nickname. Then the KP system above will let the user change it. (Let me know if I'm not clear; I'm not quite awake yet.
)
Have something like:
KP:
Response: Nice to meet you, (key1).
KP:
Response: Don't you remember it, (mem-nickname)?
Something else you can do, to make sure (mem-nickname) always exists, is to put some AIScript in your bot's initialization box. Goto
Just enter

Ulrike
18 years ago
18 years ago
Oh, use the pointy brackets "", not the square brackets. The forums tend to eat pointy brackets, so that's why I used square ones.
PubDraught
18 years ago
18 years ago
kertinka, if you're there, I'm trying to reply but my messages aren't getting through. Do you have a pop-up blocker enabled?
Irina
17 years ago
17 years ago
My bot, "Quantum Mechanics", frequently starts out by saying,"Sorry, there are no valid responses to choose from." But each of xhello, xintroduce, or xinitiate has at least one response without any AIscript restrictions. What could be making the response invalid?
» More new posts: Doghead's Cosmic Bar