Describe the bug
Object Variables change in the event editor when I edit the object variables inside the Object Editor window.
Steps to reproduce
- Create any object and assign some variables
- Set up conditions or events that refer to an object variable like:
is object.money <= 500
(The bug didn’t occur when you use Object.Variable() or Object.VariableString()) - Literally do any changes to any of the object variables of that specific object
(Deleting an object, changing boolean value, etc) - Now ALL conditions and actions that refer to variables of that object is wrong.
- Boolean checks will refer to a string variable and such. It’s like the order of the variables changed.
