1. I've set the companion's faction to the DontTazeMeBro.
2. Where you can hire the companion, I'm using this in the results:
Set JacGarrickRef.Waiting to 0Set JacGarrickREF.IsFollowingDefault to 1Set JacGarrickREF.CombatStyleRanged to 1SetPlayerTeammate 1SetIgnoreFriendlyHits 1JacGarrickREF.AddToFaction FollowerFaction 1JacGarrickREF.SetFactionRank TeammateFaction 1ResetAI
3. The companion's script is very simple right now for testing purposes:
scn JacGarrickScriptshort HasBeenHiredshort WeaponOutshort CombatStyleRangedshort CombatStyleMeleeshort IsFollowingDefaultshort IsFollowingShortshort IsFollowingLongshort FollowerSwitchAggressive ; 0 = Passive (wait for player), 1 = Aggressive (attack when see enemy)short Waiting
Any insight would be much appreciated. Thanks. :cookie: