Added for the next release. It’ll be
obj_parent.variable = newvalue;
because that’s the data that is in the YY file.
Also, you shouldn’t be putting ;
s in variable definition values - right now GM is compiling variable definitions into a separate event with variable assignments (which means that an extra ;
does no harm), but this could change in the future.