Classes:Bat
Classes: Bat
The Hexen bat is not a monster, but merely a decorative effect. Such bats are spawned by a BatSpawner.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Bat | |||
---|---|---|---|
Actor type | SFX | Game | ![]() |
DoomEd Number | None | Class Name | Bat |
DECORATE definition
ACTOR Bat { Speed 5 Radius 3 Height 3 +NOBLOCKMAP +NOGRAVITY +MISSILE +NOTELEPORT +CANPASS action native A_BatMove(); States { Spawn: ABAT ABC 2 A_BatMove Loop Death: ABAT A 2 Stop } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.