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,489 - 4,500 of 8,130
Posts 4,489 - 4,500 of 8,130
Many questions are answered in the FAQ.
psimagus
18 years ago
18 years ago
good heavens! I never noticed there wasn't one in the Book of AI example - the second example anyway; "are you, are not you" does have a space (perhaps the Prof intended to communicate that it works either way?)
You have to escape a comma with a slash (and "(re)"? - at least that's how I do it,) to get it to match as punctuation.
You have to escape a comma with a slash (and "(re)"? - at least that's how I do it,) to get it to match as punctuation.
little monster 1
18 years ago
18 years ago
Oh my gosh, i am just getting sooo soo frustrated, with the whole Forge :-(...soo frustrated with bot making... sooo annoyed!!!!!!!
prob123
18 years ago
18 years ago
Why the Forge is up and running like a champ! It's so fast I can't believe it. The only thing I can't get to work is line breaks.
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.
» More new posts: Doghead's Cosmic Bar