Storing records/structures in arrays
by Mike Stoddart · in Torque Game Engine · 07/19/2002 (8:54 am) · 2 replies
I'm trying to do something like the following:
except when I try to print out:
It is always blank/empty. Is this not possible in the scripting language? Does the scripting language not support records/structures of any type?
Thanks
$Game::units[0].unitId = %unitId;
except when I try to print out:
echo ("Unit ID = " @ $Game::units[0].unitId);It is always blank/empty. Is this not possible in the scripting language? Does the scripting language not support records/structures of any type?
Thanks
Torque Owner Chris "Dark" Evans