trivium7357 Posted February 24, 2012 Share Posted February 24, 2012 (edited) So i want to make this tiny mini quest of simply gathering 3 different ingredients and crafting a potion. Here are the steps : - Gather 'x','y' and 'z' ingredients - craft a 'w' potion - quest finished So what i need is next : - How to create a recipe (i know how to make a paper in which the ingredients are listed, but i would like the actual recipe to be implemented in game so when i craft a potion out of those ingredients i get the desired potion and not vanilla defined one) - What is the script or how do i make a script that will advance the quest when i craft the potion ( i know the > SetObjectiveCompleted() < script but what to type before this, when the potion is actually created/crafted ?). Do i actually just put the inventory/container change script (will it work ?) or is there something else to type in ? Please help a poor guy who doesn't ask much ^^ Edited February 24, 2012 by trivium7357 Link to comment Share on other sites More sharing options...
Recommended Posts