Classes:ForceFieldGuard
Classes: ForceFieldGuard
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Force field | |||
|---|---|---|---|
| Actor type | Map spot | Game | |
| DoomEd Number | 25 | Class Name | ForceFieldGuard |
| Conversation ID | 0 | Puzzle Item ID | N/A |
DECORATE definition
ACTOR ForceFieldGuard native
{
Health 10
Radius 2
Height 1
Mass 10000
+SHOOTABLE
+NOSECTOR
+NOBLOOD
+INCOMBAT
States
{
Spawn:
TNT1 A -1
Stop
Death:
TNT1 A 1 A_RemoveForceField
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.