Results 1 to 10 of 19

Thread: Task completes only if other task complete

Threaded View

  1. #11
    Yes I tried

    Code:
    {_x in thisList} count units alpha > 0 and {_x in thisList} count units bravo > 0 and !alive cache;
    instead of

    Code:
    {_x in thisList} count units alpha > 0 and {_x in thisList} count units bravo > 0 && destroy;
    That worked, now I can only complete the task if the condition to complete the previous task (which is destroy the cache - an ammo boxed named "cache") has been met.

    I wonder why I can't get it working with && destroy though? Have you actually tried doing that yourself and know it should work? For some tasks it would be a lot easier to just say the condition && TaskName instead of saying condition and condition of other task.
    Last edited by clydefrog; Jul 4 2012 at 14:36.

Similar Threads

  1. Spawning object if task complete
    By dodek96_pl in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 6
    Last Post: Mar 13 2011, 08:02
  2. Task won't complete
    By koalasalad in forum ARMA 2 & OA - GENERAL
    Replies: 2
    Last Post: Feb 12 2011, 20:23
  3. Complete task with IED
    By Militantsausage in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 10
    Last Post: Oct 12 2010, 22:22
  4. Repsawn on task complete
    By Fenrir in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 6
    Last Post: Sep 17 2009, 07:07
  5. cant complete a task in editor
    By Archamedes in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 11
    Last Post: Aug 4 2009, 19:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •