// --------------------------------------------------------------------------
//
// MP9 (Weapon)
//
// --------------------------------------------------------------------------




ACTOR "MP9_RAT" : MP9 //5010
{
	+POWERED_UP 
	Weapon.SisterWeapon MP9

//+AMMO_OPTIONAL

	Weapon.SelectionOrder 1900

  weapon.ammotype1 "9mmAmmo"
  weapon.ammouse1 1
  weapon.ammogive1 30
	obituary "%k killed %o with MP9."
	+WEAPON.WIMPY_WEAPON
	Inventory.Pickupmessage "Pickep up a MP9"
	Tag "MP9"
	Weapon.UpSound "MP9/Ready"
	//AttackSound "MP9/Fire"
	Scale 0.16

	States
	{

	
	AltFire:
	TNT1 A 0 ACS_Execute(781, 0, 0, 0, 0)
	Goto Ready
	
	/*

	AltFire:
//				TNT1 A 1 A_ZoomFactor(1.0)
		TNT1 A 0 A_PlayWeaponSound("Knife/Slash")
		W19H ABC 1 A_WeaponReady(WRF_NOFIRE)
//	  TNT1 A 0 A_GiveInventory("RAT_Knife_Activated", 1)
		W19H D 1 A_CustomPunch(32, 0, 0, "KnifePuff2", 128)//, 0.175, 50)//A_GunFlash
		W19H EFGHIJKLMNOPQRSQRS 1 A_WeaponReady(WRF_NOFIRE)
//		W19H LMNOPQRSTUVWXYZ 1 A_WeaponReady(WRF_NOFIRE)
		Goto Select_RAT

	Select_RAT:
		TNT1 A 0 A_PlaySound ("MP9/Ready")
		Goto Select+6	
		*/
		
		
	Fire:

	W04E D 0 A_JumpIfNoAmmo("Ready")
	
	    TNT1 A 0 A_JumpIfInventory("MP9Refire", 2, "Fire3")
		TNT1 A 0 A_JumpIfInventory("MP9Refire", 1, "Fire2")
	
		W27D A 1 A_GunFlash
				TNT1 A 0 A_GiveInventory("MP9Refire", 1)
		W27D B 1 A_WEAPONREADY(WRF_NOFIRE)
		TNT1 A 0 A_Refire
				TNT1 A 0 A_TakeInventory("MP9Refire", 3)

		W27D CDEFGHIJKLMNOPQRSTUVWXYZ 1 A_WeaponReady
		W27E ABCD 1 A_WeaponReady
		Goto Ready



	Fire2:	
		W27D C 1 A_GunFlash
				TNT1 A 0 A_GiveInventory("MP9Refire", 1)
		W27D A 1 A_WEAPONREADY(WRF_NOFIRE)
		TNT1 A 0 A_Refire
				TNT1 A 0 A_TakeInventory("MP9Refire", 3)

		W27D BCDEFGHIJKLMNOPQRSTUVWXYZ 1 A_WeaponReady
		W27E ABCD 1 A_WeaponReady
		Goto Ready


	Fire3:	
		W27D B 1 A_GunFlash
				TNT1 A 0 A_TakeInventory("MP9Refire", 3)
		W27D C 1 A_WEAPONREADY(WRF_NOFIRE)
		TNT1 A 0 A_Refire
				TNT1 A 0 A_TakeInventory("MP9Refire", 3)

		W27D DEFGHIJKLMNOPQRSTUVWXYZ 1 A_WeaponReady
		W27E ABCD 1 A_WeaponReady
		Goto Ready





	}
}