Editor Reference
Write your own mystery for Whispers in the West
Comments
Comments
Comments are a way to leave notes, explanations, or reminders in your script. These notes are only visible to you and other writers or editors—they are ignored by the game.
There are two types of comments you can use:
Inline Comments: Add // at the end of any line. Everything after // is treated as a comment and will not affect the script.
Block Comments: Use triple backticks (```) at the beginning and end of a comment block. This allows you to write multiple lines of comments.
Use comments to keep track of edits, leave notes for collaborators, or temporarily hide parts of the script without deleting them.