Classes:SummoningDoll
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Dark servant summoning doll | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | SummoningDoll |
Classes: SummoningDoll
The projectile thrown when using a dark servant artifact to summon a dark servant.
DECORATE definition
ACTOR SummoningDoll
{
Game Hexen
Speed 20
+NOBLOCKMAP
+DROPOFF
+MISSILE
+NOTELEPORT
action native A_Summon();
States
{
Spawn:
SUMN A 4
Loop
Death:
SUMN AA 4
SUMN A 4 A_Summon
Stop
}
}