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:
ā€¦