Shift codes
The code to insert a shift code is {SHIFTCODE}. It requires at least one parameter, which is the name of the shift code to insert.
Example:
Shift:
{SHIFTCODE;MyShift}
Assuming the variable MyShift has the value A at the current time, it will be printed like this:
Shift: A
The time used to resolve a shift code can me modified by placing it inside a {TIME} code. For example, to use the time two hours ago instead of the current time:
Shift:
{TIME;{SHIFTCODE;MyShift};-2hours}