//The Argents are a bunch of asshats.

Class AGMSec : Zombieman
{
	//$Category Desgraciados
	//$Title UAC Security
	
	Default
	{
	Health 40;
	Speed 10;
	Obituary "%o was killed by UAC Security.";
	Translation "112:119=86:93", "120:127=96:105";
	Tag "UAC Security";
	}
	States
	{
	Spawn:
		UACS AB 10 A_Look();
		Loop;
	See:
		UACS AABBCCDD 3 A_Chase();
		Loop;
	Missile:
		UACS E 10 A_FaceTarget();
		UACS F 8 Bright A_SpawnProjectile ("PlasmaBall");
		UACS E 8;
		Goto See;
	Pain:
		UACS G 3;
		UACS G 3 A_Pain();
		Goto See;
	Death:
		UACS H 5;
		UACS I 5 A_Scream();
		UACS J 5 A_NoBlocking();
		UACS K 5;
		UACS L 5;
		UACS M 5;
		UACS N -1;
		Stop;
	XDeath:
		POSS O 5;
		POSS P 5 A_XScream;
		POSS Q 5 A_NoBlocking;
		POSS RSTUV 5;
		POSS W -1;
		Stop;
	Raise:
		UACS K 5;
		UACS JIH 5;
		Goto See;
	}
}