//::///////////////////////////////////////////////
//:: FileName sc_021
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 26/01/2005 1:16:53 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

	// Inspect local variables
	if(!(GetLocalInt(GetPCSpeaker(), "armour_red_max") == 1))
		return FALSE;

	return TRUE;
}