Variables

Variables in SER don't differ significantly from variables in other programming languages. If you’ve worked with variables in any programming language, you’ll feel right at home.

For those who don't, there are a lot of great explanations already available.

Check out a video about them here:

Or a great visualization of variables here:

https://www.w3schools.com/programming/prog_variables.php

It's crucial to follow the SER variable tutorials in order!

We will be starting with the easiest variable types - like player variables - and ending with more advanced types - like references and collections.

Last updated