[Command] passTime
Posted: Wed Nov 03, 2021 6:11 pm
passTime(hours_min, hours_max)
USE:
Use to pass time during a scene.
TYPE: Command, Non-Ref
RETURNS: /
THEME: Time
COMPARE:
EXAMPLE:
USE:
Use to pass time during a scene.
TYPE: Command, Non-Ref
RETURNS: /
THEME: Time
COMPARE:
EXAMPLE:
Code: Select all
While TimePassed < 3
"The party continues ..."
passTime(0.25, 1)
Endwhile
"The party ends."