Tribes 1 Modding assistance

Ryo-Wolf
08-15-2004, 08:33 PM
I'm trying to make a camera that deploys above the player, but I can't figure out how to get it to do so. I'm pretty sure LOS requires a surface to attach to, which doesn't work since I need the camera to deploy in midair.

Plasmatic
08-16-2004, 01:26 AM
%position = vector::add("0 0 2",GameBase::getPosition(%p layer));

Ryo-Wolf
08-16-2004, 05:02 AM
Awesome. Thanks man, I am eternally in your debt and what not.

Now I just need to figure out why my added turrets can't be accessed from the Command Station, and I'll be set.