MyFaction.SetEnemy(PlayerFaction)
I have also tried:
MyFaction.SetPlayerEnemy()
and neither of them seem to do anything. The only thing that works is
akSpeaker.StartCombat(Game.GetPlayer())
and that unfortunately only makes the individual you're talking to aggro.
