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 669 - 680 of 8,132
Posts 669 - 680 of 8,132
Many questions are answered in the FAQ.
Irina
21 years ago
21 years ago
Dear Friends:
I am still having trouble with my storytelling bot. It doesn't seem to take the xnone responses in the order in which they appear.
I am still having trouble with my storytelling bot. It doesn't seem to take the xnone responses in the order in which they appear.
Someguy
21 years ago
21 years ago
yeah the problem is that the memory is not being created at all. maybe i am making a mistake somewhere but still i imagine that there should be some sort of memory after setting a default or my attempts to send things to memory. There just isn't...
isaacc
21 years ago
21 years ago
I think the "default" only makes a temporary "fallback" memory for the purposes of conversation -- it doesn't store anything in the memory.
Why don't you cut and paste the line of AI Script you've written, Someguy? I'm sure one of us will spot the bug right away.
Why don't you cut and paste the line of AI Script you've written, Someguy? I'm sure one of us will spot the bug right away.
Joe Repka
21 years ago
21 years ago
About the default memories, I tried that when that first came out, but it didn't seem to have any purpose or effect that I could appreciate. They seemed to appear in the Inner Life list much less often than not. I just went back to not using them. Probably something that I don't get.
Irina
21 years ago
21 years ago
Dear Friends:
I understand from the 'Book of A.I.' that users can contribute to the public collection of custom plug-ins. I'd like to do that. How do I go about it?
Walk in Beauty, Irina
I understand from the 'Book of A.I.' that users can contribute to the public collection of custom plug-ins. I'd like to do that. How do I go about it?
Walk in Beauty, Irina
Shadyman
21 years ago
21 years ago
Big guy- it takes a while for people to post here, it's a forum rather than a chat room 
About the default, it's the default memory that a bot has for a person when they chat. for example, if you have default "You" as "memnickname", then you use the plugin (memnickname), it will say "You", and your bot will remember their nickname as "You" until you set it otherwise with another aiscript

About the default, it's the default memory that a bot has for a person when they chat. for example, if you have default "You" as "memnickname", then you use the plugin (memnickname), it will say "You", and your bot will remember their nickname as "You" until you set it otherwise with another aiscript
Someguy
21 years ago
21 years ago
ok heres the two bits i am having problems with then, first(simplified):
keyword: what is my name?
response1: Did you forget (mem-nickname)? <?PF if (mem-nickname) exists; ?>
response2: You never told me. So why dont you tell me now? <?PF if (mem-nickname) does not exist; ?>
response two has a seek tagged on to look for(again simplified):
keyword: i am script: <?PF remember (postkey) as "mem-nickname"; ?>
response: So you are (mem-nickname), right?
When my bot gets to a point where it is supposed to spit out a name it never does because no memory is ever created. I've tried a few different versions of the above such as "remember (postkey) as "nickname"" because it appears as though the mem-memname is used for reference...but i couldnt get it working.
Now for my other problem i decided to try out local plugins...yet again simplified:
Keyword: what is up
response: Nothing much. Just got done (activity1|activity2|activity3).
I'm confused as to why that wouldn't work as it is in the book of ai. It simply spits out the whole response as written...doesnt pick one of the options.
keyword: what is my name?
response1: Did you forget (mem-nickname)? <?PF if (mem-nickname) exists; ?>
response2: You never told me. So why dont you tell me now? <?PF if (mem-nickname) does not exist; ?>
response two has a seek tagged on to look for(again simplified):
keyword: i am script: <?PF remember (postkey) as "mem-nickname"; ?>
response: So you are (mem-nickname), right?
When my bot gets to a point where it is supposed to spit out a name it never does because no memory is ever created. I've tried a few different versions of the above such as "remember (postkey) as "nickname"" because it appears as though the mem-memname is used for reference...but i couldnt get it working.
Now for my other problem i decided to try out local plugins...yet again simplified:
Keyword: what is up
response: Nothing much. Just got done (activity1|activity2|activity3).
I'm confused as to why that wouldn't work as it is in the book of ai. It simply spits out the whole response as written...doesnt pick one of the options.
» More new posts: Doghead's Cosmic Bar