Gam3r87 Posted February 21, 2016 Share Posted February 21, 2016 like you trade equipment with your companion he/ she has note once have it in your inventory then the quest starts just want to know if that possible and what script should i put in. Link to comment Share on other sites More sharing options...
Jokerine Posted February 22, 2016 Share Posted February 22, 2016 (edited) I think this should do the trick. Choose between SetStage and StartQuest. I prefer SetStage personally, but you could try with both and see which one you like more. scn NoteStartQuestScript int DoOnce Begin OnAdd Player if (DoOnce == 0) SetStage MyQuestID StageIndex OR StartQuest MyQuestID Set DoOnce to 1 endif end I didn't test the script, so let me know :smile: EDIT: Check OnAdd for more details. As long as you put the note in your NPC with the GECK so the player can pick it up it should work methinks. Edited February 22, 2016 by Jokerine Link to comment Share on other sites More sharing options...
Gam3r87 Posted February 22, 2016 Author Share Posted February 22, 2016 i tested out the script you gave me but doesn't work i put your way in with the set stage quest id of my quest then 10 but still don't work thanks for your help anyways Link to comment Share on other sites More sharing options...
Jokerine Posted February 22, 2016 Share Posted February 22, 2016 Odd. Well, send me the file through a PM later if you want and I can take a look. Link to comment Share on other sites More sharing options...
Gam3r87 Posted February 22, 2016 Author Share Posted February 22, 2016 cool will do Link to comment Share on other sites More sharing options...
Gam3r87 Posted February 22, 2016 Author Share Posted February 22, 2016 actully found another way to start the quest but i be to credit you as gave your time to help me Link to comment Share on other sites More sharing options...
Recommended Posts