NDDragor Posted April 5, 2015 Share Posted April 5, 2015 I have a quest stage in my quest that requires the player to find 2 exact the same unique items. I have made a working Quest where the player has to get only one unique item. But now that I want him to get 2 items I am having problems. I added this script to the unique item and placed it twice in my interior. SCN AAQuest1s3Script Begin OnAdd Player If GetStage AAQuest1 ==30 SetStage AAQuest1 40Endif END And I targeted both items in target ref at my quests objective but when I start this quest stage in game it only shows one of the items as my goal. And when I pick up the item it still shows me the same spot in the map where the first item was. I also added GetItemCount myuniqueitem ==2 but that did nothing. I think that I have to add something to my script. So that it tells the player that he has to pick up 2 items at 2 different places. Anyone know what I should add to my script? Link to comment Share on other sites More sharing options...
Recommended Posts