GameSalad Erasing Variable Data
AnunnakiCreators
Member Posts: 54
I have no clue why, but mainly with random(x,y) functions and some other values. When I set up a change attribute after a while it blanks out the field.
For example:
game.random = random(1,5); (Done with the formula tab)
After a while it changes...
game.random = 5;
For my other variables it will do this:
game.onEasy = true;
After a while...
game.onEasy = (Field is blank);
Any clue what is causing this problem? And has it been identified as a bug yet? I submitted it to support, just wondering if it was a known error or not.
For example:
game.random = random(1,5); (Done with the formula tab)
After a while it changes...
game.random = 5;
For my other variables it will do this:
game.onEasy = true;
After a while...
game.onEasy = (Field is blank);
Any clue what is causing this problem? And has it been identified as a bug yet? I submitted it to support, just wondering if it was a known error or not.
Comments
Wasn't a big deal for me since I made a custom behavior, and could just drag and drop the script in again.