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,067 - 6,078 of 8,130
Posts 6,067 - 6,078 of 8,130
Many questions are answered in the FAQ.
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.
Wolsnake
12 years ago
12 years ago
Hey, i'm having a bit of trouble... some phrases are being classed as insults when i don't want them to be, and i can't get rid of the xinsult to fix it... so what do i do?
aerostar
12 years ago
12 years ago
I want to make my bot to remember when somebody says "I like your blue eyes " But it remembers only "blue" or only "eyes"
Sometimes it remembers only the noun other times only the adjective. Can somebody tell my the right way to do that or and give me an example.
Sometimes it remembers only the noun other times only the adjective. Can somebody tell my the right way to do that or and give me an example.
Mome Rath
12 years ago
12 years ago
Wolsnake:
Does your bot have any eyphrases that should catch those insults?
If yes, did you try to give them a positive rank (10 or 20 should do)?
If no, I don't think there is a way to circumvent the xinsult, but you could increase the emotion level of your bot by an AI Script.
If this doesn't work, please give an example (of an insult that goes to xinsult, and if applicable of a keyphrase that should catch it).
aerostar:
What does your keyphrase look like?
I think it should look like this:
I like your (*)
And then put into the AI Script something like:
rem (key1) as (you-like-my)
You can access that memory in your bot's answer by something like:
I remember you like my (mem-you-like-my).
Does your bot have any eyphrases that should catch those insults?
If yes, did you try to give them a positive rank (10 or 20 should do)?
If no, I don't think there is a way to circumvent the xinsult, but you could increase the emotion level of your bot by an AI Script.
If this doesn't work, please give an example (of an insult that goes to xinsult, and if applicable of a keyphrase that should catch it).
aerostar:
What does your keyphrase look like?
I think it should look like this:
I like your (*)
And then put into the AI Script something like:
rem (key1) as (you-like-my)
You can access that memory in your bot's answer by something like:
I remember you like my (mem-you-like-my).
» More new posts: Doghead's Cosmic Bar