Jump to content
Sign in to follow this  
mobilemick

Make a vehicle complete trigger and create new task

Recommended Posts

I want a vehicle to complete the trigger and then creat a task,

 

I can group the vehicle to the trigger, which kinda works, the task then says Completed ??

 

Thank you

Share this post


Link to post
Share on other sites

Sync the trigger with a taskSetState module set to Created which in turn is synched to the second task.

 

Or just create it on the fly using functions in the onAct field of the trigger:

[civilian,["task1"],["Do this and you get a cookie","Earn Cookie","cookiemarker"],[0,0,0],1,2,true] call BIS_fnc_taskCreate;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×