Classes:TargetPractice
Classes: TargetPractice
Spinning target, used for weapon testing
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Shooting range practice target | |||
---|---|---|---|
Actor type | Interactive object | Game | ![]() |
DoomEd Number | 208 | Class Name | TargetPractice |
Conversation ID | 205 | Puzzle Item ID | N/A |
DECORATE definition
ACTOR TargetPractice { Health 99999999 PainChance 255 Radius 10 Height 72 Mass 9999999 +SOLID +SHOOTABLE +NOBLOOD +INCOMBAT +NODAMAGE PainSound "misc/metalhit" States { Spawn: HOGN A 2 A_CheckTerrain Loop Pain: HOGN B 1 A_CheckTerrain HOGN C 1 A_Pain Goto Spawn } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.