We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Novel Script is a new script language to write stories. You can program any events in very simple source code.
例えば,セリフを表示するだけならば,
For example, to display a message, write only
:"Hello, everyone!"
This line can be replaced to
+say "Hello, everyone!"
Basically, you write commands started with +. However, you can write simply :<text> instead if you use a message command say.
+
:<text>
say
Then, you sometimes need specify string before : and +. The string is called Sprite Tags internally.
:
See here to check Scripting API.
Scripting API
Extension API