StoryScript
  • 👋Welcome to StoryScript
  • 🌏More languages
  • 🆕Change log
  • 💾Basics
    • 📪Introduction to StoryScript
    • 🖥️The syntax of the script files
  • 🎛️Commands
    • 🔌Script commands
Powered by GitBook
On this page
  1. Basics

The syntax of the script files

On this page, the syntax of the StoryScript script files will be explained.

The syntax .sscript is pretty simple. Each line in the file is a new command.

Here is an example of a .sscript file that outputs a message to the chat [John] Hi! How are you?:

Test.sscript
msg "John" Hi! How are you?

You can also make comments in the script files using //:

Test.sscript
// Welcome
msg "John" Hi! How are you?
// End of the script
PreviousIntroduction to StoryScriptNextScript commands

Last updated 3 months ago

💾
🖥️