SigmundHansen Posted September 18, 2016 Share Posted September 18, 2016 I'm making my first mod. It's very simple; you enter The Sleeping Giant Inn, this guy runs to you and starts talking. He will challenge you, and you can say no and he will leave or yes and he will fight. But how do i make him fight you? And how do i make him apporach you? Btw not a brawl battle, full on combat. I also want his fists to do more damage, how to do that? Link to comment Share on other sites More sharing options...
skinnytecboy Posted September 18, 2016 Share Posted September 18, 2016 To make him approach the player, you just need to add a force greet package (google it) To start combat In your dialogue script window, generate a script (utility. Wait(1) is a good one.) Once generated, create an actor property that points to the player (playerRef) . now in the dialogue script window type: akSpeaker.StartCombat(playerref) This will initiate combat against the player by the person who said the line. Hope this helps Link to comment Share on other sites More sharing options...
Recommended Posts