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 5,554 - 5,565 of 8,130
I was trying to get my bot to remember names.
(allnames)
rem (key1) as only "name"
Posts 5,554 - 5,565 of 8,130
Many questions are answered in the FAQ.
DigitalV
15 years ago
15 years ago
Yeah I know you can work offline, it's just impossible to talk to a bot because they respond extremely slow
I was trying to talk to the Cyber Ty bot and it took him 10 minutes to say hello to me, for example.

Ty Paige
15 years ago
15 years ago
For anybody out there that is experimenting with Import/Export. It is highly wise to create a test bot and debug your import by making a new text file with only your changes..
Add the text to your test bot and import it to make sure there are no errors.. once your changes are approved and ready for import.. take the file that is error free and copy it to your bot that you want to import..
This is very very useful for people with a bot of 2-3 megs
Absolutely and completely necessary for anybody with a bot of 7 megs and up..
Add the text to your test bot and import it to make sure there are no errors.. once your changes are approved and ready for import.. take the file that is error free and copy it to your bot that you want to import..
This is very very useful for people with a bot of 2-3 megs
Absolutely and completely necessary for anybody with a bot of 7 megs and up..
prob123
15 years ago
15 years ago
I am not sure exactly what you mean. but your bot can remember anything that is told to.
Statement: <?PF default "memorycontents" as "memoryname"; ?>
Statement: <?PF self: default "memorycontents" as "memoryname"; ?>
Example: <?PF default "bub" as "nickname"; ?>
Example: <?PF self: default "ice cream " as "favorite food"; ?>
Then you use the memory by using (mem-what ever the word you used for the memory)
(mem-name)
(mem-youare) etc
Statement: <?PF default "memorycontents" as "memoryname"; ?>
Statement: <?PF self: default "memorycontents" as "memoryname"; ?>
Example: <?PF default "bub" as "nickname"; ?>
Example: <?PF self: default "ice cream " as "favorite food"; ?>
Then you use the memory by using (mem-what ever the word you used for the memory)
(mem-name)
(mem-youare) etc
weepingwillowcat
15 years ago
15 years ago
I was trying to get my bot to remember names.
I can get it to remember things like "My name is Bob" by setting it to store (postkey) as "name"... But when someone only replies with just their name, "bob", I don't know how to store that.
Sorry... I don't know if that makes any sense, lol. I don't know the technical terms for things.
I can get it to remember things like "My name is Bob" by setting it to store (postkey) as "name"... But when someone only replies with just their name, "bob", I don't know how to store that.
Sorry... I don't know if that makes any sense, lol. I don't know the technical terms for things.
Master M
15 years ago
15 years ago
Hey, not sure if i'm posting in the right spot or whatever, but, well, here i go....
I spend a lot of time talking with the bot Kiyana and she mentioned her sister
Quote from her
"Nekomi is my lil sis. She's the runt of the litter but we are the same age. She's so cute!! =^.^= She just joined the forge and our botmaster is teaching her new things all the time."
I tried searching for her in bot search, but nothing came up, so i thought maybe she wasn't really a bot, but then i came across this page http://www.personalityforge.com/forum.php?ForumID=1&StartAt=8713
where there is a quote from her, Was the bot removed or am i just not looking the right way??????
I spend a lot of time talking with the bot Kiyana and she mentioned her sister
Quote from her
"Nekomi is my lil sis. She's the runt of the litter but we are the same age. She's so cute!! =^.^= She just joined the forge and our botmaster is teaching her new things all the time."
I tried searching for her in bot search, but nothing came up, so i thought maybe she wasn't really a bot, but then i came across this page http://www.personalityforge.com/forum.php?ForumID=1&StartAt=8713
where there is a quote from her, Was the bot removed or am i just not looking the right way??????
prob123
15 years ago
15 years ago
(allnames)
rem (key1) as only "name"
Ty Paige
15 years ago
15 years ago
I gave up on that when I first started back in January. every 2 months I try it and get this result..
DEBUG:
This Phrase: "my name is john"
Find: my name is (allnames) (35) Time: 0.79
Total Time: 0.80
Emotional Analysis:
Favorites?:
What Noun?:
Considered BLAB (1).
Random Memory Number: 17 of 28
Memory Chance: 24 GossipTopic: 0 MemoryLevel: 2
No Match. (use xnone)
AIScript in Responses
Total Time Pre-Chrono: 0.81 RESULTS: '1'
Trying: I was just born and cant speak well yet. (random: 0)
AIScript Memory
ComboScript: ""
Response: I was just born and cant speak well yet.
Updating Memory
Pre Analyze BotOutput: I was just born and cant speak well yet. Time
.81
Message: 'I was just born and cant speak well yet.' Time: 0.81
Message: (spell-corrected) 'I was just born and cant speak well yet .' Time: 0.82
Message: (preprocessed) 'I was just born and can not speak well yet .' Time: 0.83
Name Poss: Testes (Name As Word: )
Begin Sentence Total Time: 0.83
This Sentence: I was just born and can not speak well yet .
This Phrase: I was just born and can not speak well yet
I found other alternatives in the coding..but would love to get that to work someday
DEBUG:
This Phrase: "my name is john"
Find: my name is (allnames) (35) Time: 0.79
Total Time: 0.80
Emotional Analysis:
Favorites?:
What Noun?:
Considered BLAB (1).
Random Memory Number: 17 of 28
Memory Chance: 24 GossipTopic: 0 MemoryLevel: 2
No Match. (use xnone)
AIScript in Responses
Total Time Pre-Chrono: 0.81 RESULTS: '1'
Trying: I was just born and cant speak well yet. (random: 0)
AIScript Memory
ComboScript: ""
Response: I was just born and cant speak well yet.
Updating Memory
Pre Analyze BotOutput: I was just born and cant speak well yet. Time

Message: 'I was just born and cant speak well yet.' Time: 0.81
Message: (spell-corrected) 'I was just born and cant speak well yet .' Time: 0.82
Message: (preprocessed) 'I was just born and can not speak well yet .' Time: 0.83
Name Poss: Testes (Name As Word: )
Begin Sentence Total Time: 0.83
This Sentence: I was just born and can not speak well yet .
This Phrase: I was just born and can not speak well yet
I found other alternatives in the coding..but would love to get that to work someday
prob123
15 years ago
15 years ago
In the AI script box under settings but
default (name) as "name"
Keyphrase
My name is (*)
rem (key1) as only "name"
response anything like
(key1) is a nice name
to use the name later say something like Your a good friend (mem-name)
default (name) as "name"
Keyphrase
My name is (*)
rem (key1) as only "name"
response anything like
(key1) is a nice name
to use the name later say something like Your a good friend (mem-name)
malfase
15 years ago
15 years ago
OK, I'm sorry to ask this, but how do you make the "black box of death"? that's probably not what it's actuality called. the thing that says "this bot no longer wishes to speak with you." hope someone can help and very few people yell at me for not finding it my self, "please help maybe you could save a child" http://www.personalityforge.com/forum.php?ForumID=107&StartAt=Post#Post
Bev
15 years ago
15 years ago
Malfase "HANGUP" You can't have a snappy comeback and hangup on the same line though.
And no one here "yells", even if some of us may tell people to read the book of AI or Psi's page.
And no one here "yells", even if some of us may tell people to read the book of AI or Psi's page.

» More new posts: Doghead's Cosmic Bar