Classes:HolyTail
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Wraithverge spirit tail | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | HolyTail |
Classes: HolyTail
→HolyTailTrail
This actor needs a description.
DECORATE definition
ACTOR HolyTail
{
Radius 1
Height 1
+NOBLOCKMAP
+NOGRAVITY
+DROPOFF
+NOCLIP
+NOTELEPORT
RenderStyle Translucent
Alpha 0.6
action native A_CHolyTail();
States
{
Spawn:
SPIR C 1 A_CHolyTail
Loop
TailTrail:
SPIR D -1
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.