class NPCEnemy_AI extends NPC_AI; function bool SameTeamAs(Controller C) { if( MonsterController(C) != none) { return true; } return false; } defaultproperties { }