GTAG - Modding - Opcode Database - 062E
Opcode Database
062E
Description | Returns the status of the specified script task of the character. This can either be a task ID or a command ID used to initiate the task (0618 task sequences would be 1560, which is 0x618 in decimal, for example). 7 will be returned (as a replacement for -1) if the character doesn't have the task. |
---|---|
Parameters (v2) | 1) Actor handle (Integer) (INT) 2) Task ID (Integer) (INT) 3) (Returned) Integer (INT) |
Games | |
Category | Actor, Task |
Command Name (IV) | GET_SCRIPT_TASK_STATUS |
San Andreas | |
sascm.ini | 062E=3,get_script_task_status %1d% task %2d% store_to %3d% |
Example | 062E: get_script_task_status 2@ task 1560 store_to 17@ |
Command Name | GET_SCRIPT_TASK_STATUS |