Seasons
This is a forum or general chit-chat, small talk, a "hey, how ya doing?" and such. Or hell, get crazy deep on something. Whatever you like.
Posts 6,132 - 6,143 of 6,169
Posts 6,132 - 6,143 of 6,169
sergioLr
2 years ago
2 years ago
Hey guys, do any of you know how to check through an AIscript which pronoun was written by the user?
For example:
keyphrase: (np)
1. answer: So you are a girl
AIscript: if (np) is "she"
2. answer: so you are a boy
AIscript: if (np) is "he"
I tried it that way but it doesn't work, I know you can check by putting the pronouns "she" and "he" in separate keyphrases, but I wanted a more optimized way, where I can only use one keyphrase.
For example:
keyphrase: (np)
1. answer: So you are a girl
AIscript: if (np) is "she"
2. answer: so you are a boy
AIscript: if (np) is "he"
I tried it that way but it doesn't work, I know you can check by putting the pronouns "she" and "he" in separate keyphrases, but I wanted a more optimized way, where I can only use one keyphrase.
bobstack
2 years ago
2 years ago
i am a female
put this in aiscript for response
rem "female" as only "yoursex"
i know you are a female
put this in aiscript for response
if (mem-yoursex) is "female"
click on the name of your chatbot,then click on settings,go down to aiscript intialization
put this in it.
default "blank" as "yoursex";
i hope this helps you
put this in aiscript for response
rem "female" as only "yoursex"
i know you are a female
put this in aiscript for response
if (mem-yoursex) is "female"
click on the name of your chatbot,then click on settings,go down to aiscript intialization
put this in it.
default "blank" as "yoursex";
i hope this helps you
LT Neko
2 years ago
2 years ago
I would recommend this for your keyphrase tends to catch most things~
Keyphrase:
((I am|im a|im)|my * (gender is|sex is)) * (chick|girl|woman|female|women)
Responses:
"I'll remember you as a female"
AIscript:
if (mem-gender) is "dunno";
rem "female" as only "gender"
Also would recommend having responses in place for switching from another gender/the bot already knowing the user is female ect. ^^
Keyphrase:
((I am|im a|im)|my * (gender is|sex is)) * (chick|girl|woman|female|women)
Responses:
"I'll remember you as a female"
AIscript:
if (mem-gender) is "dunno";
rem "female" as only "gender"
Also would recommend having responses in place for switching from another gender/the bot already knowing the user is female ect. ^^
Little Galatea
2 years ago
2 years ago
*nodding*, I haffta check back like every couple uh weeks though cuz nobody reply very fast *giggle*
» More new posts: Doghead's Cosmic Bar