GTAG - Modding - Opcode Database - 0018
Opcode Database
0018
| Description | Returns true if the int VAR value is greater than the value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_INT) 2) Integer (INT) |
| Games | |
| Category | Common, Math |
| San Andreas | |
| sascm.ini | 0018=2, %1d% > %2d% |
| Example | 0018: $CATALINA_TOTAL_PASSED_MISSIONS > 2 |
| Command Name | IS_INT_VAR_GREATER_THAN_NUMBER |
| Vice City | |
| sascm.ini | 0018=2, %1d% > %2d% |
| Example | 0018: $9 > 19 |
| GTA III | |
| gtascm.ini | 0018=2, %1d% > %2d% |
| Example | 0018: $65 > 17 |

