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 4,069 - 4,080 of 8,131
And if you don't have a rank at all I don't think it will pick up at all. Not sure though- never ranked anything at Zero before.
You can set a rank to zero, or even a minus number. The permissible range is (I believe) -127 to 127 (but anything below minus 20 or so will never ever get picked up.)
how do you get your bot to meet other bots?
The more you work on your bot, the more conversations with other bots and humans he'll have.
I usually don't forget the parentheses, but I have been known to type things like "(kety1)".
Posts 4,069 - 4,080 of 8,131
Many questions are answered in the FAQ.
Wolf Child
18 years ago
18 years ago
Rank determines the hierarchy of the keyphrase- For example-
Like if you have 'You Are (*)', you want that to have a lower rank than 'You are a (*)' otherwise If some one says 'you are a silly bot' the AI engine will use the 'You are (*)' keyphrase instead of the 'You are a (*)' one. And if you don't have a rank at all I don't think it will pick up at all. Not sure though- never ranked anything at Zero before.
Also, as Bev said, you might want to delete the 'I was just born' line from you xnones and add some others. Xnones are basically conversation starters 'how are you doing' and so forth.
Like if you have 'You Are (*)', you want that to have a lower rank than 'You are a (*)' otherwise If some one says 'you are a silly bot' the AI engine will use the 'You are (*)' keyphrase instead of the 'You are a (*)' one. And if you don't have a rank at all I don't think it will pick up at all. Not sure though- never ranked anything at Zero before.
Also, as Bev said, you might want to delete the 'I was just born' line from you xnones and add some others. Xnones are basically conversation starters 'how are you doing' and so forth.
psimagus
18 years ago
18 years ago
You can set a rank to zero, or even a minus number. The permissible range is (I believe) -127 to 127 (but anything below minus 20 or so will never ever get picked up.)
Ulrike
18 years ago
18 years ago
I tend to default to rank zero unless I find other stuff overriding it, or find it coming up too often. And [-127,127] do seem to be the limits. Whenever I've tried to put a larger value in, it's always defaulted to 127.
psimagus
18 years ago
18 years ago
The more you work on your bot, the more conversations with other bots and humans he'll have.
Jackie123
18 years ago
18 years ago
Hi. I'm having problems with my bot remembering names. Sure I know all about the (name) command. But what if someone asks my bot to remember a particular name. I tried putting <?PF remember (key1) as "yourname"; ?> in the AI script but then when I type Your name is (mem-yourname)I get "Your name is key1." as a response. What am I doing wrong?
prob123
18 years ago
18 years ago
click your settings and in the ai script box put
<?PF default (name) as "name"; ?>
then make a key phrase that will pick up the name, like 'my name is' ..in the ai box for the keyphrase, put
<?PF rem (postkey) as only "name"; ?>
Now always use (mem-name) to bring up the name.
It could be that you left out the ()s in your script.
<?PF default (name) as "name"; ?>
then make a key phrase that will pick up the name, like 'my name is' ..in the ai box for the keyphrase, put
<?PF rem (postkey) as only "name"; ?>
Now always use (mem-name) to bring up the name.
It could be that you left out the ()s in your script.
trevorm
18 years ago
18 years ago
Expanding on prob123's comment about ()s: This is a silly question but are you sure you don't have
remember "key1" as "yourname";
It seems obvious but I've done it more times than I care to admit!
remember "key1" as "yourname";
It seems obvious but I've done it more times than I care to admit!
Ulrike
18 years ago
18 years ago

» More new posts: Doghead's Cosmic Bar