Difference between revisions of "Classes:GhoulishGhost"
From ECWolf Wiki
(Created page with "{{Actor| | type = Monster | game = Spear | name = Ghoulish Ghost | class = GhoulishGhost | doomednum = 104 }}Classes: {{Class|Actor}} → {{Class|Spectre}} → <u>Gh...") |
|||
Line 11: | Line 11: | ||
== DECORATE Definition == | == DECORATE Definition == | ||
− | actor <u>GhoulishGhost</u> : Spectre 104 | + | actor <u>GhoulishGhost</u> : {{Class|Spectre}} 104 |
{ | { | ||
states | states |
Latest revision as of 19:34, 18 February 2013
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 } }