Holzey Posted December 9, 2020 Share Posted December 9, 2020 Hello, Im making a custom follower mod that you can hire with 500 gold but when i have less than 500 gold it shows the option but when i go back with 500 gold or more the dialogue option disappears, Can anyone help me? if so then thank you! Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 9, 2020 Share Posted December 9, 2020 Check your conditions for the dialog option. Sounds like you might have used "< 500" instead of ">= 500". Link to comment Share on other sites More sharing options...
Holzey Posted December 9, 2020 Author Share Posted December 9, 2020 Check your conditions for the dialog option. Sounds like you might have used "< 500" instead of ">= 500".I have it as >= already Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 9, 2020 Share Posted December 9, 2020 Post a screenshot of your conditions for the dialog then. Until then anything said will just be speculation and guessing. Link to comment Share on other sites More sharing options...
Holzey Posted December 9, 2020 Author Share Posted December 9, 2020 Post a screenshot of your conditions for the dialog then. Until then anything said will just be speculation and guessing. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 9, 2020 Share Posted December 9, 2020 I am surprised it shows up at all. If PlayerFollowerCount is at 1 then the player already has a follower. This value should be 0. If CurrentHireling faction value is 1 then the subject is already the current follower. This value should be 0. And finally, the gold item check should be on the player rather than the subject. Fix those three things and it should work properly. Link to comment Share on other sites More sharing options...
Holzey Posted December 10, 2020 Author Share Posted December 10, 2020 I am surprised it shows up at all. If PlayerFollowerCount is at 1 then the player already has a follower. This value should be 0. If CurrentHireling faction value is 1 then the subject is already the current follower. This value should be 0. And finally, the gold item check should be on the player rather than the subject. Fix those three things and it should work properly.It works now but when i press the option to pay money it doesnt take the money away and the person isnt my follower Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 10, 2020 Share Posted December 10, 2020 You have to add code to the script fragment associated with the dialog option to take the gold and assign the NPC to be a follower. I suggest looking at the quest governing the stock hirelings to see how they handle it. Link to comment Share on other sites More sharing options...
Holzey Posted December 10, 2020 Author Share Posted December 10, 2020 You have to add code to the script fragment associated with the dialog option to take the gold and assign the NPC to be a follower. I suggest looking at the quest governing the stock hirelings to see how they handle it.Thanks its all working! but now it doesnt show the options a normal follower would have like "I need to trade items" or "Wait here" Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 11, 2020 Share Posted December 11, 2020 This detailed tutorial will probably be of more help than I would be.How to Make a Custom Hireling Link to comment Share on other sites More sharing options...
Recommended Posts