BackdropSubstitutions
Script name is “Backdrop
Example: the script “Backdrop0001” might return “4” if the time is between midnight and 1 AM.
Example script that replaces backdrop based on time of day (for text database)
\(BEGIN)
name = BackdropSubstitutions
[Wall0002] = $VAR time;
-time = $GET_PARTY_HOURS();
-$IF ((time <# 6) || (time ># 19)) {$RETURN "9";};
\(END)
Example script to show how you might use a Winter backdrop (for editor)
$VAR ssn;
ssn = $GET_PARTY_DAYS() %# 365;
$IF (ssn ># 272) {$RETURN "17";};
// winter backdrops
// replaces backdrop with slot #17