Messages

There are a few special message types that you can use in your scenarios:

  • 👁 Char. means visible by the character;
  • 👁 User means visible by the user (you);
  • Reply means that the message triggers a follow-up reply;
  • Narrated only applies in scenarios with a narrator, whether the text will be read;
Template Command Description 👁 Char. 👁 User Reply Narrated
{{ char }} N/A A message from the first character in the chat YES YES YES N/A
{{ user }} your message A message from the user YES YES YES N/A
{{ scenario_chars.your_role_name }} N/A A message from a character assigned to a scenario or stage role YES YES YES N/A
{{ event }} /event text A narrated event YES YES YES YES
{{ story }} /story prompt A narrated event generated by the story writer YES YES YES YES
{{ note }} /note text A silent note YES YES NO NO
{{ secret }} /secret text A hidden note YES NO NO NO
{{ instructions }} /instructions text Information for the user NO YES NO NO
N/A /noreply text A user message that does not trigger a reply YES YES NO N/A
Prev