Classes:Arrow
Classes: Arrow
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Arrow | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | Arrow |
| Spawn ID | 50 | Identifier | T_ARROW |
DECORATE definition
ACTOR Arrow
{
Speed 6
Radius 8
Height 4
Damage 4
+NOBLOCKMAP
+NOGRAVITY
+DROPOFF
+MISSILE
+NOTELEPORT
States
{
Spawn:
ARRW A -1
Stop
Death:
ARRW 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.