Ancient76 Posted April 23, 2018 Share Posted April 23, 2018 How to make an NPC attack another NPC? Link to comment Share on other sites More sharing options...
ShadowCrosserX Posted April 23, 2018 Share Posted April 23, 2018 Depends, is the NPC you want to have attack another actor an actual follower, or just a standard NPC? If it is a follower, talk to the follower and say "I need you to do something". An aiming marker will appear as your crosshair, aim it at an enemy and they should then commence an attack. If it is not a follower, you'll need to do some scripting, but as I am not a fluent programmer, I cannot explain the process for that. Link to comment Share on other sites More sharing options...
Ancient76 Posted April 26, 2018 Author Share Posted April 26, 2018 It's simple actually. An example: NPC1.StartCombat(NPC2). And of course properties for both NPCs. Link to comment Share on other sites More sharing options...
Recommended Posts