Classes:Dart
Classes: Dart
→PoisonDart
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Dart | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | Dart |
| Spawn ID | 51 | Identifier | T_DART |
DECORATE definition
ACTOR Dart
{
Speed 6
Radius 8
Height 4
Damage 2
+NOBLOCKMAP
+NOGRAVITY
+DROPOFF
+MISSILE
+NOTELEPORT
States
{
Spawn:
DART A -1
Stop
Death:
DART A 1
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.