V VianSK Well-Known Member Mar 4, 2007 #1 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
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 Mar 7, 2007 #2 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.
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.
H Hendrix Well-Known Member Mar 7, 2007 #3 never tried to set an array like that... You could either A, Change it to an index, or B talk to lax