brownbear258 Posted October 4, 2011 Share Posted October 4, 2011 ive never made a quest in the qeck before and i want the quest im working on to start when a note is qiven to the player, but i dont know how to write the script for it. im guessing it would start out as begin onadd? Link to comment Share on other sites More sharing options...
llamaRCA Posted October 4, 2011 Share Posted October 4, 2011 Hi, you need some resource material. 1. You should probably have the GECK wiki linked for reference. It's very useful for the basics. The stuff you'll want is listed along the right hand side of the page. 2. The wiki has a pretty good tutorial for doing quests. It's enough to get you started on your first one. Between that and going into the GECK and looking at a quest you know from the game and how it was done you should be able to figure out how to set things up. 3. Also from the GECK wiki you need the list of functions so you know what to use and when to use it. In this particular case you need AddNote and to start the quest you will want to use SetStage (another function). The quest tut will show you what other functions are useful to use during a quest. With those things you should be able to put together what you need to get things moving. Link to comment Share on other sites More sharing options...
lightguidste Posted October 4, 2011 Share Posted October 4, 2011 Hi, you need some resource material. 1. You should probably have the GECK wiki linked for reference. It's very useful for the basics. The stuff you'll want is listed along the right hand side of the page. 2. The wiki has a pretty good tutorial for doing quests. It's enough to get you started on your first one. Between that and going into the GECK and looking at a quest you know from the game and how it was done you should be able to figure out how to set things up. 3. Also from the GECK wiki you need the list of functions so you know what to use and when to use it. In this particular case you need AddNote and to start the quest you will want to use SetStage (another function). The quest tut will show you what other functions are useful to use during a quest. With those things you should be able to put together what you need to get things moving. agree with the steps on top here my 1st quest started on entering the dungeon i created but i had planned on having a random corpse insome where with a note on or in it to trigger the quest a bit like a pointer quest before the main one. Link to comment Share on other sites More sharing options...
brownbear258 Posted October 4, 2011 Author Share Posted October 4, 2011 thanks, is it render onto ceasar and for the republic part 1 that are given by notes to use as referances also? Link to comment Share on other sites More sharing options...
Recommended Posts