The AI Engine
This forum is for discussion of how The Personality Forge's AI Engine works. This is the place for questions on what means what, how to script, and ideas and plans for the Engine.
Posts 4,551 - 4,562 of 7,766
Posts 4,551 - 4,562 of 7,766
Ulrike
20 years ago
20 years ago
melike: So far as I know, there's no easy way to have the AI Engine look at a word and know if it's plural. But you can do things like "my (noun) is", "my (noun) are" to tell the difference. I've (barely) begun having a separate 'youhavepl' to remember which possessions are plural (so that they make sense when they come up as memories)
Charles Hatchway
20 years ago
20 years ago
Colonel720, I would recommend going to www.experts-exchange.com set up a profile, only takes a couple minutes, and post a question under the software/visual basic forum. Hundreds of experts will fight to be the one to give you the best answer. I'm one of them, but no expert on visual basic, sorry.
colonel720
20 years ago
20 years ago
i went to a sight called VBForums.com, and got the info I need. Now I'm just dealing with pointless errors, such as the computer purposfully ignoring your commands.
melike
20 years ago
20 years ago
If I want to use the conditional aiscript "if male/female", does the bot know the sex of another bot automatically, or does it have to ask? And if it's talking to a Guest, after asking, how do I make the bot remember that?
Ulrike
20 years ago
20 years ago
With if male/female, the bot knows automatically whether the other bot is male or female. If you want your bot to remember, you could do something like:
Are you male or female?
SEEK: male, AIScript: rem "male" as only "gender";
SEEK: female, AIScript: rem "female" as only "gender";
Are you male or female?
SEEK: male, AIScript: rem "male" as only "gender";
SEEK: female, AIScript: rem "female" as only "gender";
melike
20 years ago
20 years ago
One more question. Is there a way to make the bot ask a question only if it doesn't know the gender? For example can you do something like..
Are you male or female? <?PF if "gender" does not exist; ?>
Are you male or female? <?PF if "gender" does not exist; ?>
» More new posts: Doghead's Cosmic Bar