Putting Names Inf Inf Respones?
#2
Posted 11 October 2010 - 07:08 AM
To use the user's name in your inf's replies, you'll need this variable - %user_name. Here's the information on how you can use it.
Your inf will use the name of the user only if the user tells it to the inf. Therefore, it's important to conditions that determine if your inf knows the name or not and write both replies accordingly.
Let me know if you need more help with it.
Beththebrave, on 09 October 2010 - 02:21 AM, said:
#3
Posted 02 November 2010 - 08:25 PM
I've put down, 'I'm a *'
'I'm *'
'I am a *' and so on, for input, and for reply, 'Yeah... I'm a female in case you haven't noticed. [%user_gender="[*2]"]' for a template.
Then I made another template, with the input as 'What's my gender?' and the reply as 'You're a [%user_gender].' Now, when I test it, she says 'you're a.'
What did I do wrong?
It worked right for name by the way. Thank you!
#4
Posted 03 November 2010 - 08:32 AM
Thank you for your question.
I'd recommend you to use [%user_gender="1"] for males and [%user_gender="2"] for females. So, the template to memorize the gender will look something like this:
For gentlemen:
$ * {i am/im/i'm} {a/--} {male/gentleman/man/boy/dude/guy} * {!/--}
# Yeah... I'm a female in case you haven't noticed. [%user_gender="[1]"]
For ladies:
$ * {i am/im/i'm} {a/--} {female/girl/lady/lassie/mademoiselle/woman/gal} * {!/--}
# Yeah... I'm a female in case you haven't noticed. [%user_gender="[2]"]
And if the user asks their gender or in any other case, you'll need to check the gender first and then give an appropriate reply. So the template should look something like this:
$ * {what/waht/whats/wahts} {is/s} my gender * {?/--}
# [if(!%user_gender)]{It doesn't really matter. I like chatting with you anyway.}
# [if(%user_gender="1")]{You're a gentleman.}
# [if(%user_gender="2")]{You're a lady.}
Let me know if it doesn't work.
Pavel
#5
Posted 14 March 2011 - 12:36 AM
#6
Posted 03 January 2017 - 12:20 PM
#7
Posted 03 January 2017 - 07:04 PM
#8
Posted 05 January 2017 - 12:03 AM
#9
Posted 06 January 2017 - 05:53 PM
#10
Posted 07 January 2017 - 08:40 PM
#11
Posted 10 January 2017 - 11:46 PM
#12
Posted 12 January 2017 - 01:39 PM
#14
Posted 13 January 2017 - 05:28 PM
#16
Posted 13 January 2017 - 11:35 PM
#17
Posted 15 January 2017 - 08:37 PM
#18
Posted 16 January 2017 - 04:50 PM
#19
Posted 16 January 2017 - 04:50 PM
#20
Posted 17 January 2017 - 10:00 PM