Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

what is "unchanged" for the branching info? i understand everything else but i still can't understand the "unchanged" branching info

(1 edit)

(Spoiler alert for other readers)

The “unchanged” condition compares the current text value against the text input. If they’re equal, it’s considered to be unchanged. So if we start with “abc” and rotate it twice, it’ll go through abc->cba->abc, the unchanged condition would be “true”. Otherwise it would be false.

oh thx, that makes sense

maybe you could add it to the notes because its the most different branch

I wonder if “input_unchanged” name instead of “unchanged” would make it more self-explanatory.

yeah, probably