Skip to content

Novel Script

Xeltica edited this page Jun 25, 2018 · 4 revisions

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.

Then, you sometimes need specify string before : and +. The string is called Sprite Tags internally.

See here to check Scripting API.

Clone this wiki locally