GowiHasti Posted September 23, 2017 Share Posted September 23, 2017 I want to add a quest that when completed gives the player +1 Reputation with the NPC in question (returning an item to them). Problem is I don't know how to reward the player with the +1 Reputation, can someone please tell me how to do that? Link to comment Share on other sites More sharing options...
foamyesque Posted September 23, 2017 Share Posted September 23, 2017 (edited) What do you mean by reputation precisely? The default favour quests set something called 'relationship rank' with an NPC when you complete their quests, for example. Is that the same thing you want to do? If so there's a function on actor objects called GetRelationshipRank (and a SetRelationshipRank equivalent) for manipulating it. Edited September 23, 2017 by foamyesque Link to comment Share on other sites More sharing options...
GowiHasti Posted September 23, 2017 Author Share Posted September 23, 2017 Yup thats what I want to do. Link to comment Share on other sites More sharing options...
Recommended Posts