Hi all,
I'm tyring to spawn a class. This is my line of code:
x = spawn (class'MyPackage.MyClass',,,Location);
right after this, x is none. When I try any other class from my package it works. It compiles fine and all.
Is there something that I need to add/remove from 'MyClass' for it to be spawned?
Oh MyClass is extended from Pickup
Thanks for any help.
I'm tyring to spawn a class. This is my line of code:
x = spawn (class'MyPackage.MyClass',,,Location);
right after this, x is none. When I try any other class from my package it works. It compiles fine and all.
Is there something that I need to add/remove from 'MyClass' for it to be spawned?
Oh MyClass is extended from Pickup
Thanks for any help.
Comment