Difference between revisions of "Questions"
Jump to navigation
Jump to search
→Quest Scripting Question
imported>Omzy |
imported>Omzy |
||
Line 379: | Line 379: | ||
--[[Omzy]] | --[[Omzy]] | ||
I don't see the problem with that script; In fact, i'm going to try it on my own mod because I have a part where you must wait two days. The only thing that I see being problematic is the last part. You need to set DayDone to 0 in the last if/endif block after you add the items or they will continually be added each frame of the game forever until the stage changes. Or you could change the quest stage there. | I don't see the problem with that script; In fact, i'm going to try it on my own mod because I have a part where you must wait two days. The only thing that I see being problematic is the last part. You need to set DayDone to 0 in the last if/endif block after you add the items or they will continually be added each frame of the game forever until the stage changes. Or you could change the quest stage there. | ||
(update)As for the script just plain not working, I'm having the same problem. Thanks for the code, though. | |||
[[Omzy]] | [[Omzy]] | ||