christian2526 68 Posted February 15, 2014 (edited) Hey Everyone, i have a litte Problem with the createTrigger command. I want the Trigger to be created on the end of a Script i wrote for a Mission System: //Task Update trg = createTrigger["EmptyDetector",getPos bunker]; _trg setTriggerArea[400,400,0,true]; _trg setTriggerActivation["EAST","NOT PRESENT",true]; _trg setTriggerStatements["this", "task1 setTaskState 'Succeeded'", ""]; I dont know if the Trigger is created or not, or if something else isn`t working. Can you guys help me getting this ready today? Can you see any Error? Chris :confused: //Edit Got it working ;p Close request Edited February 24, 2014 by christian2526 Share this post Link to post Share on other sites