Classes:ForceFieldGuard
From ZDoom Wiki
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 |
Classes: ForceFieldGuard
This actor needs a description.
DECORATE definition
ACTOR ForceFieldGuard 25 native
{
Game Strife
ConversationID 0
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
}
}