Classes:FogPatchSmall

From ZDoom Wiki

Jump to: navigation, search
Small patch of fog
Actor type SFX Game
DoomEd Number 10001 Class Name FogPatchSmall

Classes: FogPatchSmall

 →FogPatchMedium
  →FogPatchLarge
This actor needs a description.

DECORATE definition

ACTOR FogPatchSmall 10001
{
  Game Hexen
  Speed 1
  +NOBLOCKMAP
  +NOGRAVITY
  +NOCLIP
  +FLOAT
  +NOTELEPORT
  RenderStyle Translucent
  Alpha 0.6

  action native A_FogMove();

  States
  {
  Spawn:
    FOGS ABCDE 7 A_FogMove
    Loop
  Death:
    FOGS E 5
    Stop
  }
}
Personal tools