Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 062E

Opcode Database

062E

DescriptionReturns 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)
Gamessa
CategoryActor, Task
Command Name (IV)GET_SCRIPT_TASK_STATUS
San Andreas
sascm.ini062E=3,get_script_task_status %1d% task %2d% store_to %3d%
Example062E: get_script_task_status 2@ task 1560 store_to 17@
Command NameGET_SCRIPT_TASK_STATUS

<< 062D

062F >>