0018

From GTAMods Wiki
Revision as of 11:40, 16 October 2010 by Bnb (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{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