GooTracker Posted January 23, 2009 Share Posted January 23, 2009 I'm having a problem...I'm trying to start a quest when the player sleeps and it isn't working. I must have tried it 30 different ways and nothing worked...it is part of a questline part way through. I've looked at several original quests and tried the way they had it but that didn't work. Link to comment Share on other sites More sharing options...
Vagrant0 Posted January 23, 2009 Share Posted January 23, 2009 I'm having a problem...I'm trying to start a quest when the player sleeps and it isn't working. I must have tried it 30 different ways and nothing worked...it is part of a questline part way through. I've looked at several original quests and tried the way they had it but that didn't work.What blocktype are you using? Gamemode blocks won't run when a menu is open, such as when waiting or sleeping. You will need to use a menumode block and some functions.http://cs.elderscrolls.com/constwiki/index.php/IsTimePassing The other thing which might be happening is that the quest script isn't running yet. Either the quest needs to have the checkbox "startgame enabled" checked, or something outside the quest script needs to force the quest to start before any of the scripting attached to the quest will run. Until a quest is started, nothing related to the quest will take effect, even if it is looking for stage 0. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.