Difference between revisions of "Classes:Blinky"
From ECWolf Wiki
(Created page with "{{Actor| | type = Monster | game = Wolf3D | name = Blinky | class = Blinky | doomednum = 29 }}Classes: {{Class|Actor}} → <u>Blinky</u><br> == Overview == The red Pac...") |
(No difference)
|
Revision as of 19:23, 18 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Blinky | |||
|---|---|---|---|
| Actor type | Monster | Game | |
| DoomEd Number | 29 | Class Name | Blinky |
Overview
The red Pac-Man ghost.
DECORATE Definition
actor Blinky 29
{
damage (2)
speed 2.93, 5.859
states
{
Spawn:
BLKY AB 5 NOP A_Chase("*", "*", CHF_DONTDODGE)
loop
}
}