Author Topic: Ghost Playertype  (Read 772 times)

Code: [Select]
datablock PlayerData(PlayerGhostArmor : PlayerStandardArmor)
{
jetEmitter = "playerclearjetEmitter";

minJetEnergy = 10;
jetEnergyDrain = 0;
canJet = 1;

rechargeRate = 0;

doColorShift= true;
colorShiftColor= "1.000 1.000 1.000 0.500";

uiName = "Ghost Player";
showEnergyBar = false;
};
Why doesn't the colorshift work?

EDIT: Also, did I do the transparency right?


Wrong section
« Last Edit: November 27, 2009, 11:52:49 PM by The Russian »