Task: Difference between revisions
Jump to navigation
Jump to search
MaestrO.fr (talk | contribs) No edit summary |
mNo edit summary |
||
Line 15: | Line 15: | ||
* "Created" | * "Created" | ||
* "Assigned" | * "Assigned" | ||
<hr> | |||
See also: [[Tasks]] | |||
[[Category: Data Types]] | [[Category: Data Types]] |
Revision as of 19:19, 28 July 2010
A task is the variable type that can contain a task (formerly known as "objective").
_task = player createsimpletask ["obj0"]; _task setsimpletaskdescription ["Remove enemy", "Clear enemy", "Danger"]; _task setsimpletaskdestination [6132.75, 7754.75]; _task settaskstate "Created"; [nil, nil, _task, "created"] execvm "\ca\modules\mp\data\scriptcommands\taskhint.sqf";
Description
Task state value may be one of:
- "Succeeded"
- "Failed"
- "Canceled"
- "Created"
- "Assigned"
See also: Tasks