ACTOR Theshadowofdebug : DoomPlayer
{
  Player.DisplayName "Joshua Fireseed (Debug)"
  Player.StartItem "TK3Tomahawk"
  Player.StartItem "TK3Blade"
  Player.StartItem "TK3Bow"
  Player.StartItem "TK3StormBow"
  Player.StartItem "TK3TekBow"
  Player.StartItem "TK3Pistol"
  Player.StartItem "TK3Mag60"
  Player.StartItem "TK3SilencedPistol"
  Player.StartItem "TK3Shotgun"
  Player.StartItem "TK3Fireswarm"
  Player.StartItem "TK3Shredder"
  Player.StartItem "TK3AssaultRifle"
  Player.StartItem "TK3FirestormCannon"
  Player.StartItem "TK3SniperRifle"
  Player.StartItem "TK3VampireGun"
  Player.StartItem "TK3GrenadeLauncher"
  Player.StartItem "TK3RocketPropelledGrenade"
  Player.StartItem "TK3NapalmCannon"
  Player.StartItem "TK3CerebralBore"
  Player.StartItem "TK3CerebralBurst"
  Player.StartItem "TK3CerebraPossessor"
   +DONTMORPH
  +NOEXTREMEDEATH
  +NOICEDEATH
  States
  {
  Death:
    PLAY H 8
    PLAY I 8 A_PlayerScream
    PLAY J 8 A_NoBlocking
    PLAY KLM 8
    PLAY N -1
    Stop
	  XDeath:
    goto Death
  }
}