Merchant Properties - Pricing
Is it possible to change the merchant pricing through scripts?
Specifically the Sell Mark Up and Buy Mark Down values?
I want to change the values as a reward for completing a quest.
Specifically the Sell Mark Up and Buy Mark Down values?
I want to change the values as a reward for completing a quest.
0
Comments
But I can work with this.
The Action Taken node would have to be something like this:
if quest successful
nBonusMarkUp = better price percentage
nBonusMarkDown = better price percentage
gplotAppraiseOpenStore
else
open store.
Thanks for the assist.