Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

How should I check for variables in the branching logic? I have an Int. Is it  if..   Round=1  or is it if... Round==1 ?  Can't test this.

You check it as if you're writing it in your game code, f.e. in Godot it would be round==1.