Author Topic: Parenting? I sware I have this right!  (Read 491 times)

I feel stupid all of a sudden
Code: (Torque) [Select]
function fxDTSBrick::spawnVehicle(%obj)
{
    echo(%obj.getdatablock());

    parent::spawnVehicle(%obj);
}

It gives me: unknown command "spawnVehicle"

Oops, package.

Failure is of the essence.