Scheduling: Difference between revisions

Trivia heading changed to Caveats. Much more fitting of a title.
(Said more about life/inter keywords)
(Trivia heading changed to Caveats. Much more fitting of a title.)
 
Line 31: Line 31:
An important thing to note about these scripts is how these time statements work. Each <code>>time</code> statement is essentially checking if the current time is '''''greater than''''' the time we are comparing to, if it is true it will load the scripts you have under it. Another thing of importance is how time activities actually wrap around. The scheduling system knows that 19:00 to 6:00 with this example script is still bedtime, waiting until bedtime is over. Since the script can't find any mention of <code>>0.00</code> in your schedule it simply uses the <code>>19.00</code> statement instead.
An important thing to note about these scripts is how these time statements work. Each <code>>time</code> statement is essentially checking if the current time is '''''greater than''''' the time we are comparing to, if it is true it will load the scripts you have under it. Another thing of importance is how time activities actually wrap around. The scheduling system knows that 19:00 to 6:00 with this example script is still bedtime, waiting until bedtime is over. Since the script can't find any mention of <code>>0.00</code> in your schedule it simply uses the <code>>19.00</code> statement instead.


=Trivia=
=Caveats=
*In certain situations it will not load your script, especially if it has already been loaded.
*In certain situations it will not load your script, especially if it has already been loaded.
*If a certain time condition has been triggered and you changed the interaction/life script, it might not always change it back.
*If a certain time condition has been triggered and you changed the interaction/life script, it might not always change it back.
*As previously stated, if the script can't find a time condition that matches the current time it will simply just continue off the last time condition.
*As previously stated, if the script can't find a time condition that matches the current time it will simply just continue off the last time condition.
62

edits