Is this a bug? Works with game attribute, randomly not working with table cell value.
Hi there, I'm a newbie here but I already started my first game and I met something strange:
So I have a table and one of it's cells stores a value that every time I put an actor to the right place in the game this value changes with self + 1. This works nicely!
So every time that value changes with +1 a new actor appears, this also works until I reset the scene (try again the level), in this case the rule randomly can't read the table value, sometimes it stops at 3 and actor 4 won't appear, then I hit try again again, then it goes until 6 or 7, and makes this randomly....so sometimes it doesn't run the rule that reads the numeric expression value from the table.
Now I made a game attribute and I store the same value there and everything works fine, but with numeric expression it randomly stops where he wants....and the game remain without actor.
Any idea?
Thanks!