Jump to content
Sign in to follow this  
kolotei

How to hide Task from the begining?

Recommended Posts

I`m trying to hide some Task from the begining of the mission, they already in briefing.sfg, command objStatus not work anymore since briefing system been changed, so any ideas? And i don`t wanna create task on the go, since there will be a problem when ppl start to JIP...

Share this post


Link to post
Share on other sites

Try to write only this in your briefing.sqf

task1 setSimpleTaskDescription["Clear the city...blablabla.","Clear city", "Clear city"];
task1 setSimpleTaskDestination markerpos "NameMarker";

If you wanna make your task visible, then ...

task1 = player createSimpleTask ["Clear city"];

Should work!

Share this post


Link to post
Share on other sites

Ok will try

There is issue, you will not get description on just made tusk even if it in a brefing.sqf, you have to run briefing file once again, then you geting double task like "Find Agent' twice, one would be complite another one no, and there will be issue on JIP since player may miss all briefing execution... this way is just alter but not what you actualy have to do... hoppefully BIS working on this issue...

Edited by kolotei

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  

×