Classes:SummoningDoll
Classes: SummoningDoll
The projectile thrown when using a dark servant artifact to summon a dark servant.
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 |
DECORATE definition
ACTOR SummoningDoll
{
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
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.