GUI Variable Change

VianSK

Well-Known Member
Hello All

I can change a variable in a script with :

Script[MyScript].Variable[ScriptVariable]:Set[OK]

however I can not change a variable in an array with it.. any idea how to change the array variable?

Script[MyScript].Variable[ScriptVariable[1]]:Set[OK]

Thank You
 

Amadeus

The Maestro
Staff member
You need to provide a better example of what you're doing. That is not enough of a snippet to debug what you're doing wrong.
 

Hendrix

Well-Known Member
never tried to set an array like that... You could either A, Change it to an index, or B talk to lax
 
Top Bottom