//Miscellaneous shit related to actors goes here

Actor DemonArm
{
  Radius 8
  Height 8
  Speed 8
  Damage 0
  +DoomBounce
  +DropOff
  +Missile
  States
  {
  Spawn:
    SAAR GHIJKLMN 2
    Loop
  Death:
    SAAR O -1
    Stop
  }
}

Actor DemonArm2
{
  Radius 8
  Height 8
  Speed 8
  Damage 0
  +DoomBounce
  +DropOff
  +Missile
  States
  {
  Spawn:
    SAA2 GHIJKLMN 2
    Loop
  Death:
    SAA2 O -1
    Stop
  }
}


Actor SpectreArm : DemonArm
{
 Renderstyle OptFuzzy
 +SHADOW
 Alpha 0.5
}

Actor SpectreArm2 : DemonArm2
{
 Renderstyle OptFuzzy
 +SHADOW
 Alpha 0.5
}

Actor CommandoArm
{
  Radius 8
  Height 8
  Speed 8
  Damage 0
  +DoomBounce
  +DropOff
  +Missile
  States
  {
  Spawn:
    HND1 ABCDEFGH 2
    Loop
  Death:
    HND1 A -1
    Stop
  }
}

Actor KnightArm
{
  Radius 8
  Height 8
  Speed 8
  Damage 0
  +DoomBounce
  +DropOff
  +Missile
  States
  {
  Spawn:
    KARM ABCD 2
    Loop
 Death:
	KARM E -1
	Stop

  }
   
}