Condition_CompareAscendingMinutes
Description
Compares the remaining time in minutes until the character ascends.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Character whose ascending time remaining is checked |
| CompareType | Equal, NotEqual, Less, Greater, LessOrEqual, GreaterOrEqual, InRange, OutRange |
| F1 | Time threshold in minutes (minimum value for range comparisons) |
| F2 | Maximum time in minutes for range comparisons (InRange, OutRange only) |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if ascending time remaining is less than 60 minutes | Self | CompareAscendingMinutes | Less |
| Check if ascending time remaining is 120 minutes or more | Self | CompareAscendingMinutes | GreaterOrEqual |
| Check if ascending time remaining is between 30 and 90 minutes | Self | CompareAscendingMinutes | InRange |
| Check if ascending time remaining is not exactly 60 minutes | Self | CompareAscendingMinutes | NotEqual |