//SPRITE_TYPE_CARTRIDGE2;
placeOnGround = false;
copyOnClients = true;

Init(vector(1.0, 1.0, 1.0), 1870, 0, 2, 1, 0);

capsule.CollisionObjectType=7;
capsule.CollisionResponseToAllChannels=0;
capsule.SetCollisionResponseToChannel(0,2);

ai.AddNode(362, -1.0, -1.0, 1, 1.0);
ai.AddNode(2, -1.0, -1.0, 3, 150.0, 0.0, 0.0);
ai.AddDeathNode(58, 1, 1.0);

partStruct.m_managed = true;
partStruct.m_removeIfTargetBleeds = false;
partStruct.m_normalOffset = 0.0;
partStruct.m_rotate = false;
partStruct.m_type = 15;
partStruct.m_useActorCoordinates = true;
partStruct.m_offset = vector(0.0,0.0,0.0);
SpawnParticle(partStruct);

AddLight();

lightColor = vector(1.0, 1.0, 0.0);

light.LightFunctionFadeDistance = 50.0 * scaleHack;
light.CastShadows = false;
light.LightFalloffExponent = 40.0;
light.Intensity = 15.0;
//light.AttenuationRadius = 10.0 * cubeSize * scaleHack;
