Vino3 10 Posted January 22, 2011 (edited) 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 January 22, 2011 by Vino3 Share this post Link to post Share on other sites
shuko 45 Posted January 22, 2011 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
Koni 1 Posted January 22, 2011 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