Guest Posted December 18, 2015 Share Posted December 18, 2015 How would one add reputation for a career mode via a plugin? Link to comment Share on other sites More sharing options...
nightingale Posted December 18, 2015 Share Posted December 18, 2015 If I remember correctly, Reputation.Instance.AddReputation() Link to comment Share on other sites More sharing options...
Guest Posted December 18, 2015 Share Posted December 18, 2015 (edited) 25 minutes ago, nightingale said: If I remember correctly, Reputation.Instance.AddReputation() You've lead me in the right track, but what do I add for the arguments? Edited December 18, 2015 by Guest Link to comment Share on other sites More sharing options...
nightingale Posted December 18, 2015 Share Posted December 18, 2015 36 minutes ago, CliftonM said: You've lead me in the right track, but what do I add for the arguments? Thought there was only one - the amount of rep to add. Link to comment Share on other sites More sharing options...
Guest Posted December 18, 2015 Share Posted December 18, 2015 I get this error: No overload for method `AddReputation' takes `1' arguments Link to comment Share on other sites More sharing options...
Guest Posted December 18, 2015 Share Posted December 18, 2015 Figured it out. Reputation.Instance.AddReputation(1f, TransactionReasons.Progression); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now