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