Monogatari Documentation
HomepageGitHubDiscordTwitter
v1.0.0
v1.0.0
  • Getting Started
  • Configuration
    • Internationalization
    • Saving
  • Design
    • CSS Classes
    • HTML Data Attributes
    • Icons
    • Image Menus
  • Port
    • Ren'py
  • Release
    • Chrome App
    • Desktop
    • Mobile
    • Web
  • Script
    • Audio
    • Characters
    • Choices
    • Images
    • JavaScript
    • Labels
    • Messages
    • Scenes
    • Split Files
    • Text
    • Video
Powered by GitBook
On this page

Was this helpful?

  1. Script

Text

Show Text

The say statement is used... well, for a character to say something. The syntax is as follows:

"[Character Identifier] [Text to Say]"

"e Hi! My name is Evelyn."

It also accepts HTML, so you can show many things in a text like the Font Awesome icons.

"e The <span class='fa fa-arrow-left'></span> button is the back button, press it to return to a previous state of the game.",

If no character identifier is given, it will be considered as a narration and no name will be shown.

"This would be a narrator."

Clear the Text

You may want in some point to clear/remove the text. There's a "clear command" for that.

"clear"
PreviousSplit FilesNextVideo

Last updated 6 years ago

Was this helpful?