Skip to content

Responses Settings

dDeepLb edited this page Dec 15, 2024 · 2 revisions

Responses

On Responses Menu you'll your character with group outlines.
Every phrases should be quoted by ", and then separated by ,.
Every phrases in same textbox will be triggered with same possibilitiy.
When empty phrases ("") is triggered, no messeage will be produced.

For example, the following is default low setting.

"", "", "mh", "♥oh♥", "ah", "...♥"

There are six phrases here ( , , mh, ♥oh♥, ah, ...♥), the first two is empty phrases.

  1. low : triggers when being masturbated. Also triggers when pain/tickle triggers if you like the interaction (in arousal setting).
  2. light : triggers when being masturbated. Also triggers when pain/tickle triggers if you like the interaction (in arousal setting).
  3. medium : triggers when being masturbated. Also triggers when pain/tickle triggers if you like the interaction (in arousal setting).
  4. hot : triggers when being masturbated. Also triggers when pain/tickle triggers if you like the interaction (in arousal setting).
  5. orgasm : triggers at orgasms.
  6. pain : triggers when spanked/pinched/slapped/shocked etc.
  7. tickle : triggers when tickled.
  8. boop : triggers when booped.

Templates

  • Keywords (?) that will be replaced with other words when message is sent:

//Target is you
%TARGET% >> {your nickname} : {your name} (it uses nickname in case if you have it)
//Those will be replaced depending on your pronouns
%TARGET_PRONOUN% >> "she" : "he"
%TARGET_POSSESIVE% >> "her" : "his"
%TARGET_INTENSIVE% >> "her" : "him"

//Source is player that does action on you
%SOURCE% >> {source nickname} : {source name} (it uses nickname in case if they have it)
//Those will be replaced depending on their pronouns
%SOURCE_PRONOUN% >> "she" : "he"
%SOURCE_POSSESIVE% >> "her" : "his"
%SOURCE_INTENSIVE% >> "her" : "him"

Example

  1. Let's imagine we have female player (target) "Mimina" and other male player (source) "Esto".
  2. Mimina has response setting on butt zone, spank activity like this:
"**%TARGET% jumps and starts caressing %TARGET_POSSESIVE% ass as %SOURCE% spanks %TARGET_INTENSIVE%"
  1. Esto spanks Mimina's butt, the above message changes to:
"**Mimina jumps and starts caressing her ass as Esto spanks her"
  1. Message is sent to chat as plain emote

Also you're able to send action instead of emote. To do that use "@" instead of "*".

Clone this wiki locally