Difference between revisions of "0529"
Jump to navigation
Jump to search
(Created page with "{{Icon|VC}} '''ADD_MONEY_SPENT_ON_PROPERTY''' <hr /> '''Description''' : Adds to the property budget stat '''Syntax''' : 0529: add [''int''] to_money_spent_on_property_stats '...") |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|VC}} | |
− | + | | command = ADD_MONEY_SPENT_ON_PROPERTY | |
− | + | | description = Adds to the property budget [[List of statistics (VC)|stat]] | |
− | + | | syntax1 = 0529: add [''int''] to_money_spent_on_property_stats | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode adds to the "Property Budget" stat ([[GXT]] | + | This opcode adds to the "Property Budget" stat ([[GXT]] key <code>ST_PROP</code>). The stat initially starts with a value of 0 and its value appears in the stats menu formatted as $0.00. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in [[Saves (GTA VC)#Block 19: Stats|block 19 of the save file]]. |
== Keywords == | == Keywords == | ||
register, save, money, spent, property, budget, statistics, stat | register, save, money, spent, property, budget, statistics, stat | ||
− | |||
− |
Latest revision as of 02:42, 30 November 2016
- Description
- Adds to the property budget stat
- Syntax
- 0529: add [int] to_money_spent_on_property_stats
- Parameter
- [int]
- Integer value
This opcode adds to the "Property Budget" stat (GXT key ST_PROP
). The stat initially starts with a value of 0 and its value appears in the stats menu formatted as $0.00. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in block 19 of the save file.
Keywords
register, save, money, spent, property, budget, statistics, stat