Condition_Time
Description
Checks whether the current in-game time matches the specified hour and minute.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Not used. |
| CompareType | Supported compare types: Equal, NotEqual |
| F1 | Hour value to compare against (0-23) |
| F2 | Minute value to compare against (0-59) |
Examples
| Description | BaseObject | Command | CompareType | F1 | F2 |
|---|---|---|---|---|---|
| Checks whether the current time is 13:10. | Time | Equal | 13 | 10 | |
| Checks whether the current time is not 08:00. | Time | NotEqual | 8 | 0 |