Proceeding quest by crafting item?

Post » Sat May 30, 2015 11:49 am

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?

User avatar
John N
 
Posts: 3458
Joined: Sun Aug 26, 2007 5:11 pm

Post » Sat May 30, 2015 6:58 am

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...)

User avatar
Colton Idonthavealastna
 
Posts: 3337
Joined: Sun Sep 30, 2007 2:13 am

Post » Sat May 30, 2015 7:06 am

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

User avatar
roxanna matoorah
 
Posts: 3368
Joined: Fri Oct 13, 2006 6:01 am

Post » Sat May 30, 2015 6:12 am

you can just AddInventoryEventFilter for that

User avatar
Trevor Bostwick
 
Posts: 3393
Joined: Tue Sep 25, 2007 10:51 am


Return to V - Skyrim