Heya how is work on the next version coming
?
Will it be ready for xmas??
And do you use mirc? If so what channel can I find you on?
Will it be ready for xmas??
And do you use mirc? If so what channel can I find you on?
Best level intro EVER! At first i was like "what the... where the hell am I?" then it hit me... and forever thatll be etched in my mind as the coolest level intro in the history of videogamesadv1 said:... that scene where you're a baby alien actually inside someone's chest and have to eat your way out....![]()
barnEbiss said:hey Fallen Angel if you wanted to help out with my map I could use a few meshs for it.![]()
if(HitBone == 'head')
{
// log("Head:"@HitBone);
ActualDamage*=HeadAbsorb;
if(ActualDamage>=TearThreshold*2&&!bLostHead)
{
SetHeadScale(0.0);
bLostHead=True;
ActualDamage=Health+1;
bInstantKill=True;
PlaySound(sound'bugsound.Death_RL',SLOT_Pain);
boneCoords=GetBoneCoords('head');
SpawnDamagingGib(GetDamageGibClass(EGT_Head), boneCoords.Origin, rotator(x), 0.5 );
}
}