Hi everyone, i wanted to create a quest, where you proceed by crafting an item that i created a recipe for, is there a way to make a quest proceed to next stage when a certain item is crafted?
Hi everyone, i wanted to create a quest, where you proceed by crafting an item that i created a recipe for, is there a way to make a quest proceed to next stage when a certain item is crafted?
basically, the item gets added to your inventory when it's crafted, so you can get it with OnItemAdded on a player alias
(i a mod where i do just this, a couple users have reported it wouldn't work for them though, but i don't actually think this was caused in anything about this setup. but you never know...)
Thanks, i will try that, should not be any problems when the only time you can ever get the item is through crafting it once
you can just AddInventoryEventFilter for that