You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2022. It is now read-only.
Satakun Utama edited this page May 15, 2021
·
1 revision
This section will describe the StoryScript syntax.
In StoryScript, You don't have to put a semicolon (;) at the end of the line.
Spacing
In StoryScript, Spacing is the most important thing.
For example:
This code:
typeof("message")
And this code:
typeof ("message")
Which one is correct? The answer is The second one.
Because in StoryScript you have to always add a space after a Function name before an Argument input.
How StoryScript parse the command
StoryScript parses the command you put weirdly.
Because StoryScript parses your instructions like this:
* = This Checks does not exist in the Real program.
The Real process is:
Run function call CommandTrimmer to trim and split the command