Variables Connections Problem

Hello Kirupa-clan :smiley:
Yeah it’s me again…:sigh:

ok down to the problem.

the thing is that i have a global var on the main line ā€œGvarā€ā€¦so far good ?
next there’s a Mc that is supposed to change a variable called ā€œParentVarā€
but… the ParentVar is not defined within the Mc but rather it’s passed to it
by :
OnClipEvent(load) {
ParentVar = _global.Gvar
//the global variable is passed to the Mc
}
here’s the problem :
now once the global variable is passed down, at some point in the mc
i want the Mc to change ā€œIt’sā€ ParentVar witch in this case is _global.Gvar eg. (ParentVar = ā€œHELLOā€) and that should change _global.Gvar problem is that this will only change the parentVar and not the global var, I know the above code is logicly wrong, so i’m asking is there another way around ?
the only reason i’m doing this way is that i want to have mutiple MC’s that changes Mutiple Globals while using single Mc instance copies.
is it possible ?
Please reply soon, thank you in advance.:ne:
…