22.08.2012, 18:32
Is there a way to script like this:
if there is a way to do this? can you give me a example?
Thanks
Код:
new Examp = { Example, Example2, Example3, Example4 }; so that i can do: Examp = 0; // so that all turns to 0? or if i do Examp = 1; that all turns to 1?
Thanks