fungus

Open full view…

flowchart variables and lua store

gamekitteh
Wed, 02 Jan 2019 22:12:03 GMT

I have to use lua store for the variables in my game, due to scenes not having to be played in a set order, and being allowed to go back to scenes. Do I have to declare all variables for every scene in the game at the beginning, or can I add them as they appear in a scene? And can I use the flowchart variable blocks if I'm using lua store, or should I delete those and do everything in script? (This would be my first game.) I've made some test components separately for things like money and day of the month that used flowchart variables but haven't tried persisting them throughout multiple scenes.