GTAG - Modding - Opcode Database - 001C
Opcode Database
001C
| Description | Returns true if the int VAR value is greater than the other int VAR value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 001C=2, %1d% > %2d% |
| Example | 001C: $CURRENT_MONTH_DAY > $GYM_MONTH_DAY_WHEN_LIMIT_REACHED |
| Command Name | IS_INT_VAR_GREATER_THAN_INT_VAR |
| Vice City | |
| sascm.ini | 001c=2, %1d% > %2d% |
| Example | 001C: $396 > $1182 |
| GTA III | |
| gtascm.ini | 001c=2, %1d% > %2d% |
| Example | 001C: $DODO_FLIGHTTIME > $DODO_FLIGHTTIME_RECORD |

