Jump to content

Workshop Robots and Hostile to Player


silhouett

Recommended Posts

I have a question that involves a process I would like someone to tell me if they know what exactly is involved in this process ?

 

I attack a workshop Robot, he and other robots will become hostile towards me, including new robots I create.

 

What is active that needs to be reversed here ?

 

is the player now an enemy of factions ?

 

If I cancel some known things the robot still pursues to attack

 

(Target as actor).SetAlert(false)
(Target as actor).StopCombatAlarm()
(Target as actor).SetRelationshipRank(Game.GetPlayer(), 4)
(Target as actor).SetPlayerTeammate(True)
(Target as actor).SetAttackActorOnSight(False)
(Target as actor).StopCombat()
(Target as actor).SetAttackActorOnSight(False)
(Target as actor).EvaluatePackage()

 

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...