thetrooper 10 Posted November 17, 2013 Guys, I have a task called tskobj_1. Trying to cancel it but comes up with an error. _null = ["tskobj_1", "Cancelled"] spawn BIS_fnc_taskSetState; Also my tasks succeeded are not working either :confused: Can anyone help? Not sure if I've quite grasped scripting tasks in ARMA3 Share this post Link to post Share on other sites
Noddan 11 Posted November 17, 2013 Try tskobj_1 setTaskState "Cancelled" //Noddan Share this post Link to post Share on other sites
thetrooper 10 Posted November 17, 2013 Nope, not having it Share this post Link to post Share on other sites
KevsNoTrev 44 Posted November 17, 2013 I am pretty sure Task commands need to be in all caps "CANCELLED" or the bis command won't recognize it. Will check when back at machine Share this post Link to post Share on other sites
thetrooper 10 Posted November 17, 2013 yeah even so, I still get an error. blank window pops up as though to say it's cancelled or succeeded but doesn't get closed down. Share this post Link to post Share on other sites
IndeedPete 1038 Posted November 17, 2013 *CANCELED You have an L too much. ;) Share this post Link to post Share on other sites
thetrooper 10 Posted November 17, 2013 yep that works. Cheers ;) Share this post Link to post Share on other sites
KevsNoTrev 44 Posted November 18, 2013 *CANCELEDYou have an L too much. ;) Doh! bad speeling! lol - I'll blame my phone Share this post Link to post Share on other sites