aaronz12345 Posted February 12, 2012 Share Posted February 12, 2012 Hey all , im creating a quest to do with winterhold ive managed to create a new set of dialogue which triggers the start of the quest.The first part of the quest is to aquire 20,000 gold .How would i script this part of the quest.So that once the player has the gold a dialogue option appears to give it to the other character.Help will be much appreciated , i know this is really nooby but i dont know anything at all ahrdly about quests and scripting. Thanks :-) Link to comment Share on other sites More sharing options...
skizophrenic Posted February 12, 2012 Share Posted February 12, 2012 Are you asking for how to have the quest npc know if the player has enough gold or how to have a message displayed to the player when they have enough? Cause the latter seems redundant. As for the former, use the getgoldamount function (http://www.creationkit.com/GetGoldAmount_-_Actor) as a condition for that part of the quest. Link to comment Share on other sites More sharing options...
aaronz12345 Posted February 12, 2012 Author Share Posted February 12, 2012 Are you asking for how to have the quest npc know if the player has enough gold or how to have a message displayed to the player when they have enough? Cause the latter seems redundant. As for the former, use the getgoldamount function (http://www.creationkit.com/GetGoldAmount_-_Actor) as a condition for that part of the quest.Thanks for the reply Well I need it so when the player has enough gold . The quest will to advance from stage 10 to stage 20 so the player has to then return to the NPC to give them the gold which will advance the quest again . Link to comment Share on other sites More sharing options...
skizophrenic Posted February 12, 2012 Share Posted February 12, 2012 In case you're still confused, you'd use the getgoldamount function I linked if you're progressing the quest via script, or the GetGold condition function if you're progressing it via the quest page. Link to comment Share on other sites More sharing options...
Recommended Posts