Lantern Jaw
Green Marine
Posts: 40
Registered: 03-08 |
Hey,
I have made some frames for an imp death in which his head pops off and he keels over a bit like a marine death... yet I want the death occur randomly along with regular deaths. I would really appreciate any advice on the subject.
I have looked all over and I can't find any info out there.
I also wanted to add a touch of nashgore gibbage here is the code that failed, no errors, just no alt death (the frames in question are are VWXYZ):
code: actor NashGore_DoomImp : DoomImp replaces DoomImp
{
states
{
Death:
TROO I 8
TROO J 8 A_Scream
TROO K 6
TROO L 6 A_NoBlocking
TROO M -1
stop
TROO V 0 A_SpawnDebris("NashGore_Gib9",0)
TROO V 0 A_SpawnItem("NashGore_GibGenerator",0,0,0,0)
TROO V 8
TROO W 8 A_Scream
TROO X 6
TROO Y 6 A_NoBlocking
TROO Z -1
stop
|