When you start killing members of that faction, do they go hostile? If not, that could explain why the encounter doesn't trigger.
And yes, you could add something like this to his OnPhysicalAttacked:
object oEncounter = GetNearestObjectByTag("encounter_tag_here");
SetEncounterActive(TRUE, oEncounter);
Modifié par Squatting Monk, 07 juin 2013 - 01:41 .