Jump to content

Recommended Posts

I have been trying to create a mission where a task will be activated if the player picks up a file. However, I have not been able to activate the task. Can anyone give me any ideas?

Share this post


Link to post
Share on other sites

Believe or not i am currently working on exactly that event.

With help from our forum i was able to get this working.

 

Share this post


Link to post
Share on other sites

 i am already.

In my case its very complex makes Intel files for many objectives and tasks. Do you need it for one file only and one task?

Its MP or SP?. Write something more about.

 

Share this post


Link to post
Share on other sites

I use this

intel_1 removeAction 0;
intel_1 addAction ["Pick up intel", "deletevehicle intel_1; some code blah blah;", nil, 6, true, true, "", "true", 3];

to spawn a function with the task and it works fine for me.

Share this post


Link to post
Share on other sites

Yes thats easy way, but we can get an Intel  diary record and create task when documents read.

Share this post


Link to post
Share on other sites

Well, I didn't want a diary record in my case but if you need one, you can just create it manually.

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

×