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 7,786 - 7,797 of 8,130
Many questions are answered in the FAQ.


4 years ago #7786
I am still doing something wrong! This is so frustrating.

So I have:
xnone
seek: *
respone: blah blah
AI script: rem (key1) as only "rating-plus"

raiting-plus is only because I already have phrase for getting rating with rem (postkey), which works perfectly fine.

4 years ago #7787
I think you have to use xnomatch for the seek instead of *

4 years ago #7788
Thank you! It worked!

3 years ago #7789
heyy can someone assist me in using sheba the were lioness .. from your own experience of course

3 years ago #7790
hey does some one know how to see the responses programmed for the chatbot someone else made

3 years ago #7791
i thought you already did that by interacting with the chatbot.

3 years ago #7792
can you make sheba the were lioness bot do something other than eating you

3 years ago #7793
@leeban1873

It depends on how she is scripted... it may not be possible to avoid being eaten.

There is no way to see the internal logic of other people's bots.

3 years ago #7794
How can I forget one specific memory?

For example if i had memory: typeofplace: neighborhood, shoppingmall, clothesstore ; and I wanted to forget only "clothesstore".

3 years ago #7795
scripts do not allow your chatbot to remember more than one thing.unless they are remembering a user name.

3 years ago #7796
I expect you can remember multiple things in one AIScript - else rem only X as Y would be redundant compared to rem X as Y. Not tried it, though.

Your usage there is odd. May I ask why you're using memories for places that exist? can't see what you'd gain from your usage. Hmm, maybe if you're wanting to open up areas depending on what the user's found, but that would be better with one variable per location, IMO, because it's a pain with many.

Anyway, have a bunch of responses depending on what the AIScript is. So:
x <?PF if (mem-typeofplace) is neighbourhood; if (mem-typeofplace) is shoppingmall; if (mem-typeofplace) is (clothesstore); rem "shoppingmall" as only "typeofplace"; rem "neighbourhood" as "typeofplace" ?>

Repeated for all values of neighbourhood and shoppingmall being in/not in, and the rem values being done appropriately to rebuild the values stored as they were before. Done as working offline formatting, drop the <?PF and ?> and put the stuff between into the AIScript box if working online.

3 years ago #7797
forget "clothesstore" from "typeofplace";


Posts 7,786 - 7,797 of 8,130

» More new posts: Doghead's Cosmic Bar