Eluwil Posted August 29, 2020 Share Posted August 29, 2020 I want to set the journal after waiting one or more days if possible. I found out about the WaitOneDay script but I don't know how to use it. setting a timer also doesn't seem to work (one day would be 60 seconds x 60 minutes x 24 hours = 86400) I suppose the timer can't count this high. Here is the WaitOneDay script down below, can anyone explain? -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Begin WaitOneDayshort currentDayshort localdaysPassedShort NoLore ;blocks discussion of general topicsif ( currentDay != Day ) ;assume that the day has gone up, not down or something... set currentDay to Day set localdaysPassed to localdaysPassed + 1endif----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Below is my script ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Begin "ABE_SelvaynScript"short currentDayshort localdaysPassedShort NoLore ;blocks discussion of general topicsif ( currentDay != Day ) ;assume that the day has gone up, not down or something... set currentDay to Day set localdaysPassed to localdaysPassed + 1Elseif (localdaysPassed == 1) Journal "ABE_TDoaM" 30 stopscript "ABE_SelvaynScript"endifEnd --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Link to comment Share on other sites More sharing options...
Recommended Posts