September 25, 20232 yr I'm new to creating a quest profile. Please help me create a condition in which, if there is an item in the bag that gives the quest, the next Pick Up step is performed, and in the absence it is skipped. For example: Furlbrow's Deed If there is an item ID 1972 in the bag, you need to perform the Pick Up and Turn In steps. If there is no item, you need to skip these steps.
September 26, 20232 yr Hello Put the 'pickup' step between an 'if' step (with in 'Action parameter' the code ItemsManager.HasItemById(1234) ) and a step 'endif'. replace 1234 by your item id
Create an account or sign in to comment