Jump to content

Conditions in GECK not working in game


Recommended Posts

Hey!

 

I'm making a quest where the player has to get a 10mm pistol and 20 rounds for the quest giver. I copied the conditions from a quest that does work (also made by me), but with this quest, the option to actually finish the quest does not appear in dialog.

 

I have the following conditions

 

GetId = (NPC)

GetItemCount Weap10mmpistol > 0

GetItemCount Ammo10mm > 19

 

Any tips?

Link to comment
Share on other sites

Make sure the GetItemCount is targeting the player and not the npc the player is speaking to.

 

IIRC, On the bottom left there should be a drop down that says 'Run On', change that to target and find the playerref for the two GetItemCount conditions.

 

GetisId should be left to run on the subject

Link to comment
Share on other sites

  • Recently Browsing   0 members

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