Deleted3996262User Posted August 30, 2015 Share Posted August 30, 2015 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 > 0GetItemCount Ammo10mm > 19 Any tips? Link to comment Share on other sites More sharing options...
ObieDwyer Posted August 30, 2015 Share Posted August 30, 2015 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 More sharing options...
Recommended Posts