base doom;
Height 0;

statusbar normal, forcescaled
{
//===HEALTH AND ARMOR===


	
	drawimage "ARTLIF", 2, 165;
	DrawNumber 3, LIFONT, White, Health, 68, 166, 0, Red, 25, Blue, 101;
	DrawNumber 3, LIFONT, White, Armor, 68, 179, 0, Red, 10, Orange, 101;

    drawswitchableimage armortype ArmorPod, "NOSHD", "HUDSHD1", 22, 174;
    drawswitchableimage armortype SecurityPlate, "NOSHD", "HUDSHD1", 22, 174;
    drawswitchableimage armortype HeavyPlate, "NOSHD", "HUDSHD2", 22, 174;
    drawswitchableimage armortype BlueArmorForMegasphere, "NOSHD", "HUDSHD2", 22, 174;


	
	Drawmugshot 5, 76, 160;
	
	
//===AMMO===

	ininventory "CABackPack", 1
	{
		drawimage "HUDPAK", 264, 158;
	}
	
	drawimage "ARTAMO", 270, 165;
		
	//Clip ammo tracker
	drawbar "AMOMTR", "NOAMO", clip, vertical, 273, 167;
	
	isselected "BionicRifle"
	{
		DrawNumber 3, AMFONT, White, Clip, 265, 170, 0, Red, 25;
		Drawimage "ACTBOX1", 270, 165;
		Drawimage "HUDARW1", 270, 155;
	}

	isselected "SolarJetpack"
	{
		DrawNumber 3, AMFONT, White, Clip, 265, 170, 0, Red, 25;
		Drawimage "ACTBOX1", 270, 165;
		Drawimage "HUDARW1", 270, 155;
	}


	//Shell ammo tracker
	drawbar "AMOMTR", "NOAMO", Shell, vertical, 286, 167;

	isselected "SpreadGun"
	{
		DrawNumber 3, AMFONT, White, Shell, 265, 170, 0, Red, 10;
		Drawimage "ACTBOX1", 283, 165;
		Drawimage "HUDARW1", 283, 155;
	}


	//Rocket ammo tracker
	drawbar "AMOMTR", "NOAMO", RocketAmmo, vertical, 298, 167;

	isselected "SophiaBlaster"
	{
		DrawNumber 3, AMFONT, White, RocketAmmo, 265, 170, 0, Red, 5;
		Drawimage "ACTBOX1", 295, 165;
		Drawimage "HUDARW1", 295, 155;
	}



	//Cell ammo tracker
	drawbar "AMOMTR", "NOAMO", Cell, vertical, 311, 167;

	isselected "HuntersKnives"
	{
		DrawNumber 3, AMFONT, White, Cell, 265, 170, 0, Red, 19;
		Drawimage "ACTBOX1", 308, 165;
		Drawimage "HUDARW1", 308, 155;
	}


	isselected "WreckingCrew"
	{
		DrawNumber 3, AMFONT, White, Cell, 265, 170, 0, Red, 39;
		Drawimage "ACTBOX1", 308, 165;
		Drawimage "HUDARW1", 308, 155;
	}

	
//==============================KEYS===============================

	drawswitchableimage RedCard, "nullimage", "HUDRKEY", 6, 145;
	drawswitchableimage redskull, "nullimage", "HUDRSKU", 5, 155;
	drawswitchableimage Yellowcard, "nullimage", "HUDYKEY", 16, 145;
	drawswitchableimage yellowskull, "nullimage", "HUDYSKU", 15, 155;
	drawswitchableimage BlueCard, "nullimage", "HUDBKEY", 26, 145;
	drawswitchableimage Blueskull, "nullimage", "HUDBSKU", 25, 155;



}

//========================================================================
//========================================================================
//========================================================================
//========================================================================



statusbar Fullscreen, forcescaled
{
//===HEALTH AND ARMOR===


	
	drawimage "ARTLIF", 2, 165;
	DrawNumber 3, LIFONT, White, Health, 68, 166, 0, Red, 25, Blue, 101;
	DrawNumber 3, LIFONT, White, Armor, 68, 179, 0, Red, 10, Orange, 101;

    drawswitchableimage armortype ArmorPod, "NOSHD", "HUDSHD1", 22, 174;
    drawswitchableimage armortype SecurityPlate, "NOSHD", "HUDSHD1", 22, 174;
    drawswitchableimage armortype HeavyPlate, "NOSHD", "HUDSHD2", 22, 174;
    drawswitchableimage armortype BlueArmorForMegasphere, "NOSHD", "HUDSHD2", 22, 174;


	
	Drawmugshot 5, 76, 160;
	
	
//===AMMO===

	ininventory "CABackPack", 1
	{
		drawimage "HUDPAK", 264, 158;
	}
	
	drawimage "ARTAMO", 270, 165;
		
	//Clip ammo tracker
	drawbar "AMOMTR", "NOAMO", clip, vertical, 273, 167;
	
	isselected "BionicRifle"
	{
		DrawNumber 3, AMFONT, White, Clip, 265, 170, 0, Red, 25;
		Drawimage "ACTBOX1", 270, 165;
		Drawimage "HUDARW1", 270, 155;
	}

	isselected "SolarJetpack"
	{
		DrawNumber 3, AMFONT, White, Clip, 265, 170, 0, Red, 25;
		Drawimage "ACTBOX1", 270, 165;
		Drawimage "HUDARW1", 270, 155;
	}


	//Shell ammo tracker
	drawbar "AMOMTR", "NOAMO", Shell, vertical, 286, 167;

	isselected "SpreadGun"
	{
		DrawNumber 3, AMFONT, White, Shell, 265, 170, 0, Red, 10;
		Drawimage "ACTBOX1", 283, 165;
		Drawimage "HUDARW1", 283, 155;
	}


	//Rocket ammo tracker
	drawbar "AMOMTR", "NOAMO", RocketAmmo, vertical, 298, 167;

	isselected "SophiaBlaster"
	{
		DrawNumber 3, AMFONT, White, RocketAmmo, 265, 170, 0, Red, 5;
		Drawimage "ACTBOX1", 295, 165;
		Drawimage "HUDARW1", 295, 155;
	}



	//Cell ammo tracker
	drawbar "AMOMTR", "NOAMO", Cell, vertical, 311, 167;

	isselected "HuntersKnives"
	{
		DrawNumber 3, AMFONT, White, Cell, 265, 170, 0, Red, 19;
		Drawimage "ACTBOX1", 308, 165;
		Drawimage "HUDARW1", 308, 155;
	}


	isselected "WreckingCrew"
	{
		DrawNumber 3, AMFONT, White, Cell, 265, 170, 0, Red, 39;
		Drawimage "ACTBOX1", 308, 165;
		Drawimage "HUDARW1", 308, 155;
	}

	
//==============================KEYS===============================

	drawswitchableimage RedCard, "nullimage", "HUDRKEY", 6, 145;
	drawswitchableimage redskull, "nullimage", "HUDRSKU", 5, 155;
	drawswitchableimage Yellowcard, "nullimage", "HUDYKEY", 16, 145;
	drawswitchableimage yellowskull, "nullimage", "HUDYSKU", 15, 155;
	drawswitchableimage BlueCard, "nullimage", "HUDBKEY", 26, 145;
	drawswitchableimage Blueskull, "nullimage", "HUDBSKU", 25, 155;



}
