ACTOR JamesBond007 : DoomPlayer
{
  Player.DisplayName "James Bond 007"
  Player.Portrait "G0Play1"
  Player.Soundclass "JamesBond007"
  	Player.CrouchSprite "NONE"
   Player.StartItem "GE007PP7Silenced"
  Player.StartItem "GE007Unarmed"
  Player.StartItem "GE007PP7SpecialIssue"
  Player.StartItem "PP7SpecialIssueClip", 7
  Player.StartItem "PP7SilencedClip", 7
  Player.StartItem "DD44Clip", 8
  Player.StartItem "KlobbClip", 20
  Player.StartItem "KF7SovietClip", 30
  Player.StartItem "ZMGClip", 32
  Player.StartItem "D5KClip", 30
  Player.StartItem "D5KSilencedClip", 30
  Player.StartItem "PhantomClip", 50
  Player.StartItem "AR33Clip", 30
  Player.StartItem "RCP90Clip", 80
  Player.StartItem "GE007ShotgunClip", 5
  Player.StartItem "AutomaticShotgunClip", 5
  Player.StartItem "CougarMagnumClip", 6
  Player.StartItem "SilverPP7Clip", 7
  Player.StartItem "GoldPP7Clip", 7
  Player.StartItem "GrenadeLauncherClip", 6
  Player.StartItem "RocketLauncherClip", 1
  Player.StartItem "SniperRifleClip", 8
  Player.StartItem "GE007PistolAmmo", 92
   +DONTMORPH
  +NOEXTREMEDEATH
  +NOICEDEATH
  +NOSKIN
  States
  {
  	Spawn:
		TPK1 A -1
		Loop
	See:
		TPK1 ABCD 4
		Loop
	Missile:
		TPK1 E 12
		Goto Spawn
	Melee:
		TPK1 F 6 BRIGHT
		Goto Missile
	Pain:
		TPK1 G 4
		TPK1 G 4 A_Pain
		Goto Spawn
  Death:
    TPK1 H 8
    TPK1 I 8 A_PlayerScream
    TPK1 J 8 A_NoBlocking
    TPK1 KLM 8
    TPK1 N -1
    Stop
	  XDeath:
    goto Death
		AltSkinDeath:
    TPK1 H 8
    TPK1 I 8 A_PlayerScream
    TPK1 J 8 A_NoBlocking
    TPK1 KLM 8
    TPK1 N -1
    Stop
  }
}

ACTOR AlecTrevelyan006 : DoomPlayer
{
  Player.DisplayName "Alec Trevelyan 006"
  Player.Portrait "G0Play2"
  Player.Soundclass "AlecTrevelyan006"
   Player.StartItem "GE007DD44"
  Player.StartItem "PP7SpecialIssueClip", 7
  Player.StartItem "PP7SilencedClip", 7
  Player.StartItem "DD44Clip", 8
  Player.StartItem "KlobbClip", 20
  Player.StartItem "KF7SovietClip", 30
  Player.StartItem "ZMGClip", 32
  Player.StartItem "D5KClip", 30
  Player.StartItem "D5KSilencedClip", 30
  Player.StartItem "PhantomClip", 50
  Player.StartItem "AR33Clip", 30
  Player.StartItem "RCP90Clip", 80
  Player.StartItem "GE007ShotgunClip", 5
  Player.StartItem "AutomaticShotgunClip", 5
  Player.StartItem "CougarMagnumClip", 6
  Player.StartItem "SilverPP7Clip", 7
  Player.StartItem "GoldPP7Clip", 7
  Player.StartItem "GrenadeLauncherClip", 6
  Player.StartItem "RocketLauncherClip", 1
  Player.StartItem "SniperRifleClip", 8
  Player.StartItem "GE007PistolAmmo", 92
   +DONTMORPH
  +NOEXTREMEDEATH
  +NOICEDEATH
  +NOSKIN
  States
  {
  	Spawn:
		TPK2 A -1
		Loop
	See:
		TPK2 ABCD 4
		Loop
	Missile:
		TPK2 E 12
		Goto Spawn
	Melee:
		TPK2 F 6 BRIGHT
		Goto Missile
	Pain:
		TPK2 G 4
		TPK2 G 4 A_Pain
		Goto Spawn
  Death:
    TPK2 H 8
    TPK2 I 8 A_PlayerScream
    TPK2 J 8 A_NoBlocking
    TPK2 KLM 8
    TPK2 N -1
    Stop
	  XDeath:
    goto Death
		AltSkinDeath:
    TPK2 H 8
    TPK2 I 8 A_PlayerScream
    TPK2 J 8 A_NoBlocking
    TPK2 KLM 8
    TPK2 N -1
    Stop
  }
}