Skip to main content

Condition_Time

Description

Checks whether the current in-game time matches the specified hour and minute.

Parameters

ParameterDescription
BaseObjectNot used.
CompareTypeSupported compare types: Equal, NotEqual
F1Hour value to compare against (0-23)
F2Minute value to compare against (0-59)

Examples

DescriptionBaseObjectCommandCompareTypeF1F2
Checks whether the current time is 13:10.TimeEqual1310
Checks whether the current time is not 08:00.TimeNotEqual80