Jump to content
Sign in to follow this  
Vino3

Having tasks without having a briefing

Recommended Posts

how do i create tasks without having a briefing at the start of a mission?

[edit]

scratch that. make it:

how do i hide a task and then have it created at a point during a mission. would i put the task in a script and trigger the script in game?

Edited by Vino3

Share this post


Link to post
Share on other sites
would i put the task in a script and trigger the script in game?

Yeah.

Share this post


Link to post
Share on other sites

A task can be just put into the trigger anyway in the On Activation section.

tskobj_0 = player createSimpleTask["Brief task description in here"]; tskobj_0 setSimpleTaskDescription["More in depth mission breakdown description in here"]; hint "Your Tasks have been updated";

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  

×