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 6,489 - 6,500 of 7,766
Posts 6,489 - 6,500 of 7,766
The Clerk
16 years ago
16 years ago
Mostly Mozilla Firefox, but I've also tried Apple Safari. Those are the two that have worked best for me -- if I can't get it on one of those, the odds of getting it on another appear remote.
Irina
16 years ago
16 years ago
So far, I've successfully used Firefox to upload "Irina Khalidar" many, many times, zero failures!
Bev
16 years ago
16 years ago
I think it's pretty, and when the little kinks get worked out, we'll all like it. The full length bot offering the side menu could be fun (though for a second I thought she'd speak or turn into that annoying paperclip type of help
so it's good she's just for the look).

The Clerk
16 years ago
16 years ago
Okay, not a regex person yet. I used to have (mem-name) responses with <?PF if (mem-name) is not "Guest153"; ?>. How can I adjust to screen out all (mem-name)s starting with "Guest"?
psimagus
16 years ago
16 years ago
I don't know if it will work (never having tried using regexes in memories - there seems to be nowhere to specify the "(re)" for one thing,) but the standard regex format would be something like:
if (mem-name) is not "Guest([1234567890]+)"
failing that, I would make a plugin (called (guestnumbers), say,) containing all the numbers from 1 to 999, and try:
if (mem-name) is not "Guest(guestnumbers)"
if (mem-name) is not "Guest([1234567890]+)"
failing that, I would make a plugin (called (guestnumbers), say,) containing all the numbers from 1 to 999, and try:
if (mem-name) is not "Guest(guestnumbers)"
» More new posts: Doghead's Cosmic Bar