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:
It's crucial to follow the SER variable tutorials in order!
Things like variable creation, types and usages will be explained step by step. This is for the sake of not overwhelming newcomers with too much theory.
We will be starting with the easiest variable types - like player variables - and ending with more advanced types - like references and collections.
Last updated