Darios81 Posted August 11, 2012 Share Posted August 11, 2012 Google etc couldnt help me here. So what do I have to do, to make a quest start when I hit (for example) level 20? Link to comment Share on other sites More sharing options...
larryrathbun Posted August 12, 2012 Share Posted August 12, 2012 You could add to the level up script. Have it check to see if the player's level is 20 or greater (I don't know how here and now perk would affect this, and it would make it compatible for people already past 20) and then start the quest. Use the getLevel function. Link to comment Share on other sites More sharing options...
luthienanarion Posted August 12, 2012 Share Posted August 12, 2012 (edited) You could also just have the quest always running in the background with no displayed objectives. Have it check the player's level every now and then and SetStage if it's 20 or higher. This would avoid editing any other scripts. Edited August 12, 2012 by luthienanarion Link to comment Share on other sites More sharing options...
Recommended Posts