Hi Everyone,
I've created a mod that adds an extension to one of the existing player houses, and I've updated the HousePurchase quest to include dialogue to purchase the furnishings for the new room. I'm almost done and everything is actually working great, meaning that you can speak with the steward, purchase the furnishings, etc.
My one problem that I've been unable to figure out, is the player dialogue for purchasing the rooms is failing to display the gold amount and instead displays the price as follows:
([...] gold)
I have done the following:
1.) I've created a global variable in Object Wnidow -> Miscellaneous -> Global -> MyGlobaVariable (a short with a value of 2500 in this case)
2.) I've added the global variable to "Text Display Globals" in the Quest Data view
3.) In the text topic I've added "My New Room Furnishings. (
I would appreciate any suggestions on what I have missed. Thanks!