If I set a Local Variable in an Event and then Call a Function ( jump to a function )
is the Local Variable lost - for the next coming actions.
Like... if I have an Event..
Sets a Local Variable
then in my actions I have like. Call Function"...."
And next action Set "something" to "LocalVariable"
Did the local variable got lost when Construct performed the FunctionCall ?
I mean Construct jumped to another "location" in the code and back again - and I have a situation where I feel this phenomenon happened to me.