Difference between revisions of "000C"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 000C=2,%1d% -= %2d% | description = Deducts an integer value from a global variable. | p1 = global variable | p2 = an integer value …')
(No difference)

Revision as of 15:58, 9 October 2010

{{{games}}}


Description
Deducts an integer value from a global variable.
Syntax
{{{syntax1}}}
Parameter

This opcode deducts an integer value from the value of a specific global variable.

Sanny Builder Example

000C: $1020 -= 1

Keywords

global, variable, integer value, deduct