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,486 - 4,497 of 8,130
Posts 4,486 - 4,497 of 8,130
Many questions are answered in the FAQ.
psimagus
18 years ago
18 years ago
I think a space between You look nice today, and I like the way you look would be advisable (or does it work without one? It might just be an unnecessary habit I've got into - I've not tried it without a space anyway.)
little monster 1
18 years ago
18 years ago
Hi,
i was just wondering that when you get your bot to tell the time, How do you get it to your local time,or whatever, not the server time??
i was just wondering that when you get your bot to tell the time, How do you get it to your local time,or whatever, not the server time??
prob123
18 years ago
18 years ago
I never put a space between two phrases, I am afraid it will be taken as punctuation. so I just lump them.like banana,bananas,yellow fruit
From the book of AI
Keyphrase Lists: If you want more than one Keyphrase to trigger a set of Responses, you can list them. For example:
Example Keyphrase: "are you, are not you"
Example Keyphrase: "do you want,do you desire"
Since each item in the list is searched for in turn, please do not go crazy with this feature. Remember to use general Keyphrases that will match the most appropriate things, instead of a long list showing every possibility.
From the book of AI
Keyphrase Lists: If you want more than one Keyphrase to trigger a set of Responses, you can list them. For example:
Example Keyphrase: "are you, are not you"
Example Keyphrase: "do you want,do you desire"
Since each item in the list is searched for in turn, please do not go crazy with this feature. Remember to use general Keyphrases that will match the most appropriate things, instead of a long list showing every possibility.
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

» More new posts: Doghead's Cosmic Bar