Classes:LightningZap
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Lightning | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | LightningZap |
Classes: LightningZap
This actor needs a description.
DECORATE definition
ACTOR LightningZap native
{
Radius 15
Height 35
Damage 2
Projectile
-ACTIVATEIMPACT
-ACTIVATEPCROSS
RenderStyle Add
Obituary "$OB_MPMWEAPLIGHTNING"
action native A_ZapMimic();
States
{
Spawn:
MLFX IJKLM 2 Bright A_ZapMimic
Loop
Death:
MLFX NOPQRSTU 2 Bright
Stop
}
}