Classes:LostOfficer
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Lost Officer | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 97 | Class Name | LostOfficer |
Classes: Actor → WolfensteinMonster → Officer → LostOfficer
Overview
Alternate officer used in the Spear of Destiny mission packs. Very similar in appearance and behaves identically.
DECORATE Definition
actor LostOfficer : Officer 97 { DropItem "BlueClip" AttackSound "lostofficer/attack" DeathSound "lostofficer/death" SecretDeathSound "lostofficer/crash" SeeSound "lostofficer/sight" states { Spawn: LOFF A -1 NOP A_Look stop Path: LOFF B 10 NOP A_Chase LOFF B 2.5 LOFF C 7.5 NOP A_Chase LOFF D 10 NOP A_Chase LOFF D 2.5 LOFF E 7.5 NOP A_Chase loop Pain: LOFF I 5 A_JumpIf(health & 1, 1) goto See LOFF J 5 goto See Missile: LOFF F 3 A_FaceTarget LOFF G 10 A_FaceTarget LOFF H 5 bright A_WolfAttack goto See See: LOFF B 5 NOP A_Chase LOFF B 1.5 LOFF C 4 NOP A_Chase LOFF D 5 NOP A_Chase LOFF D 1.5 LOFF E 4 NOP A_Chase loop Death: LOFF K 5.5 A_Fall LOFF L 5.5 A_Scream LOFF MN 5.5 LOFF O -1 stop } }