Hello, there.
I'm trying to make a quest about catching an escaped criminal.
The alias is pointing to a bandit leader. I put a script on it with event OnEnterBleedOut()
Event OnEnterBleedout() getActorRef().stopCombat() getActorRef().removeFromAllFactions() getOwningQuest().setStage(20)EndEvent
The dude drawn his weapon but immediately attack again me.
Does the RemoveFromAllFactions() works on respawnable NPCs?