Stan thats not a real object you're making. And why are you doing
makevar("obj2")?
obj2 is already a complete variable name.
You would simply use:
obj.abilitylist.add(obj2);
Quote:
Originally Posted by JkWhoSaysNi
|
Uh, no. Any objects can be added to an array, Gui Controls have the
controls array of all their child objects.