Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. //init.sqf
  2. [west, "task1", ["Find the box and click on it.", "Click the box", "CLICK IT"], getpos "box", "assigned"] call BIS_fnc_taskCreate;
  3.  
  4. //action2.sqf
  5.  
  6. ["task1", "succeeded"] call BIS_fnc_tasksetstate;
  7. [west, "task2", ["You clicked on the box, now get out of here.", "Clicked the box", "EXFIL"], getmarkerpos "exfilmarker", "assigned"] call BIS_fnc_taskCreate;
  8.  
  9. //mission ending trigger
  10. ["task2", "succeeded"] call BIS_fnc_tasksetstate;
  11. ["end1", "true"] call bis_fnc_endMission;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement