Difference between revisions of "0018"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 0018=2, %1d% > %2d% | description = Checks if a value of a specific global variable is bigger than an integer value. | p1 = global variable | p…')
(No difference)

Revision as of 11:40, 16 October 2010

{{{games}}}


Description
Checks if a value of a specific global variable is bigger than an integer value.
Syntax
{{{syntax1}}}
Parameter

This is an conditional opcode which checks if a value of a specific global variable is bigger than an integer value.

Sanny Builder Example

0018: $CATALINA_TOTAL_PASSED_MISSIONS > 2

Keywords

compare, global variable, math, integer, bigger