Jump to content

[LE] Quest Help - Debt Collection


Recommended Posts

SOLVED!

Hey everyone,

There is probably a very easy solution to this but I'm a total beginner when it comes to the CK. :happy: I am working on a new mod in the Skyrim Creation Kit and I am trying to create a "simple" quest based around paying off a debt. The concept is pretty straightforward...

 

You talk to an NPC who has accumulated a large tab at the local tavern. The innkeeper is mad that the NPC hasn't paid up like he said he would and wants his payment. My job is to acquire the gold needed (350) and pay the innkeeper. Return to the NPC and receive my reward.

 

My Question is this, How do I set up the dialogue option for the innkeeper requesting the 350 Gold once the quest has been started?

 

I've set up my stages, my objectives and I have the NPC(quest giver) and the Innkeeper in my QuestAliases tab but I'm just not sure where to go from there. I would guess that I have to set some sort of condition in the "Actor Properties" of my innkeeper that only gives this dialogue option once this quest is at Stage(whatever).

Any help would be greatly appreciated!

Edited by wesk1288
Link to comment
Share on other sites

SOLUTION FOUND:

Finally figured this one out! In my quest dialogue section, I added a new branch of dialogue and attached a GetIsID condition for the innkeeper Actor only. The Dialogue text "Pay off debt (350 Gold)" was also set via a condition to only trigger at the appropriate stage of the quest.

From there it was this simple line of code that took away the coin from my inventory.

Game.GetPlayer().RemoveItem(Gold001, 350)

I placed this code in the quest stages portion and it worked perfectly. :happy:

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...