float StartDayshort TimerBegin GameMode if (GetStage myQuest == 10) if (Timer == 0) addTopic MyNewTopic ; something to kick it off with. In this case, it told the player to come back in 7 days. Set StartDay to GameDaysPassed Set Timer to 1 endif if (Timer == 1) if ((GameDaysPassed - StartDay) >= 7) setStage myQuest 15 endif endif endif...end