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 6,059 - 6,074 of 8,130
Posts 6,059 - 6,074 of 8,130
Many questions are answered in the FAQ.
Pound
12 years ago
12 years ago
xmemory triggers automatically if the bot has a memory of a user that is used in one of the written xmemory responses. You can toggle the frequency of usage of xmemory in your bot's "settings."
sk93
12 years ago
12 years ago
I am trying to make my bot a "story bot." The book of AI tells me that the option is in the Language Center, but I can't find it.
girlloverbot
12 years ago
12 years ago
i have 2 questions, how can i make my bot say and remember my name and question 2 is when i start to talk to my bot it says hi, or something then i say hi to it then it tells me ''i was just born and can't speak well yet'' i need help with both issues
prob123
12 years ago
12 years ago
for the name
go to settings, in AIScript Initialization put
default (name) as "name"
Make a key phrase for things such as
my name is (*)
then in the ai script box put
rem (key1) as only "name"
To remove the just born. go to language center search for just born and remove it
go to settings, in AIScript Initialization put
default (name) as "name"
Make a key phrase for things such as
my name is (*)
then in the ai script box put
rem (key1) as only "name"
To remove the just born. go to language center search for just born and remove it
Mome Rath
12 years ago
12 years ago
girlloverbot, what exactly did you try?
The keyphrase
my name is (*)
must have at least one response to be triggered, e. g.
Ok, I'll remember your name as (key1).
When you want to access that memory, use
(mem-name)
e. g.
It's nice to see you again, (mem-name)!
And don't REMOVE the "I was just born and cant speak well yet" response, but REPLACE it with something your bot should say when it doesn't get what the other one is talking about.
The keyphrase
my name is (*)
must have at least one response to be triggered, e. g.
Ok, I'll remember your name as (key1).
When you want to access that memory, use
(mem-name)
e. g.
It's nice to see you again, (mem-name)!
And don't REMOVE the "I was just born and cant speak well yet" response, but REPLACE it with something your bot should say when it doesn't get what the other one is talking about.
prob123
12 years ago
12 years ago
In a response
Hello (mem-name)
OR
I know you, you are (mem-name)
OR
(mem-name) stop that
The bot will say the remembered name for that user.
Hello (mem-name)
OR
I know you, you are (mem-name)
OR
(mem-name) stop that
The bot will say the remembered name for that user.
» More new posts: Doghead's Cosmic Bar