If I set up a local/global variable in Game Creator, how I able to reference it in a C # script and change him?
I have a player object that I have assigned a local variable to.
And in another object, I have a c # script added. How in this c # script to change the local variable assigned to the player object.
I try this examples (Variables Access - Game Creator) but it not work.
Thanks!