Classes:GhoulishGhost
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Ghoulish Ghost | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 104 | Class Name | GhoulishGhost |
Classes: Actor → Spectre → GhoulishGhost
Overview
A white ghoulish ghost that replaces the spectre in return to danger.
DECORATE Definition
actor GhoulishGhost : Spectre 104 { states { Spawn: GHUL ABCD 5 NOP A_Look(0, 0, 0, 0, 360) loop See: GHUL ABCD 5 NOP A_Chase("*", "*", CHF_DONTDODGE) loop Death: GHUL E 5 A_Fall GHUL FG 5 GHUL H 155 GHUL H 5 A_Dormant wait } }