Skip to content
Bugs Bunny edited this page Oct 2, 2020 · 1 revision

Rules

Rules are important for JamPlus. This language is different when compared to other languages. This language reads the script line by line, and commands are very important and sensitive. Commands only work when you say them exactly as shown, they are case sensitive and you can't have a space before or after.

For example:

say works, but if you try Say, it won't work, because the first letter is capitalized.

You can't also have a command on the very next line. If you want to say something, the next line is reserved for the text, and the next line is ignored when the script looks for the next command. If a command takes up the next 3 lines (for example if, then the next 3 lines are ignored.

Clone this wiki locally