Difference between revisions of "Objective"
Jump to navigation
Jump to search
(Created page with "An '''objective''' is an action with a goal that a character performs in GTA III and Vice City. Objectives include attacking, following, fleeing, and going to a location. When...") |
(VC finished) |
||
Line 1: | Line 1: | ||
An '''objective''' is an action with a goal that a character performs in GTA III and Vice City. Objectives include attacking, following, fleeing, and going to a location. When assigned an objective, the character will perform the action until a new objective is given or until it is removed. Objectives are superseded by tasks in San Andreas. Objectives are identified by a value hardcoded into the game and there are several types of them. Only objectives that can be used through the script are listed here. | An '''objective''' is an action with a goal that a character performs in GTA III and Vice City. Objectives include attacking, following, fleeing, and going to a location. When assigned an objective, the character will perform the action until a new objective is given or until it is removed. Objectives are superseded by tasks in San Andreas. Objectives are identified by a value hardcoded into the game and there are several types of them. Only objectives that can be used through the script are listed here. | ||
− | {| class="wikitable" | + | {| class="wikitable sortable" |
− | ! {{Icon|3}} | + | ! {{Icon|3}} |
+ | ! data-sort-type="number" | {{Icon|VC}} | ||
+ | ! Target | ||
+ | ! Opcode | ||
+ | ! Notes | ||
|- | |- | ||
− | | | + | | 1 || 1 || none || 0192 || wait on foot |
|- | |- | ||
| 2 || 3 || none || 0193 || flee on foot till safe | | 2 || 3 || none || 0193 || flee on foot till safe | ||
Line 25: | Line 29: | ||
|- | |- | ||
| 12 || - || char || 030B || follow char in formation | | 12 || - || char || 030B || follow char in formation | ||
+ | |- | ||
+ | | - || 13 || char || 04C2 || walk to char | ||
|- | |- | ||
| 13 || 16 || car || 01D3 || leave car | | 13 || 16 || car || 01D3 || leave car | ||
Line 57: | Line 63: | ||
|- | |- | ||
| 34 || 41 || car || 046B || flee car | | 34 || 41 || car || 046B || flee car | ||
+ | |- | ||
+ | | - || 46 || char || 04C6 || aim gun at char | ||
+ | |- | ||
+ | | - || 49 || flt[3] || 0502 || sprint to coord | ||
|} | |} | ||
[[Category:Mission Script]] | [[Category:Mission Script]] |
Revision as of 18:40, 13 January 2015
An objective is an action with a goal that a character performs in GTA III and Vice City. Objectives include attacking, following, fleeing, and going to a location. When assigned an objective, the character will perform the action until a new objective is given or until it is removed. Objectives are superseded by tasks in San Andreas. Objectives are identified by a value hardcoded into the game and there are several types of them. Only objectives that can be used through the script are listed here.