Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

  Don't really understand how this works is it a super large menu? Or does it switch around tiles. Also do you need to use all 511 Variables in GB studio because I'm seeing 512 total options and there are only 255 as the highest a variable can go.

 But, there is only five hundred ELEVEN (not 12) variables. I'm thinking you might just split the values between 2 variables

It's a "switch" statement, basically it reads *one* variable (you definitely don't have to use every single variable) and it jumps to the section matching that variable's value and executes the code there. There's 512 options because the default GBStudio only has 16 options, which is kinda limiting if you want to use switch statements to control a large part of your game.