Variable stat titles

You can use ` this symbol at the beginning and end to write the code so it’ll read better like so *code *code
or you can put three on a row and close it with another three to write blocks of code.

All your variables should be created and defined with a starting value at the startup.txt

*create poetic true
*create poetic 50
*create poetic "this is poetic"

We use 3 kind of variables, boolean, numbers, or strings of text. I gave you an example of all 3, but you can only assign one variable to be of one kind, if you need another one you need to change the name of the variable.

Here you have some tools and links that can help you learn about Choicescript and everything we use to aid us on the process.

1 Like