Jump to content

tinter

Member
  • Content Count

    564
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by tinter


  1. If I use the create task module and put in 'tsk1' in the Task ID field, it seems that it doesn't actually get tsk1 as it's ID. So using taskstate tsk1 doesn't actually do anything. This is a problem since I'm making a mission which has random tasks and I need to detect when the tasks have been completed. I would just use a trigger with the condition "!(taskstate tsk1 == "Created") && !(taskstate tsk2 == "Created")", but since they don't have any ID I can't do it that way.

×