create radio trigger to execute script
Script Name: ozdm_SC_Watch.sqf;
Script Contents:
/*
Created by OzDeaDMeaT
version 0.wtf?
8/08/2013
*/
hint "Script:Debug1";
//TEST 1234
sleep 1;
hint "Script:Debug2";
Execute this script and only the first debug will show up, second never is shown. If you remove line //TEST 1234 the second comment will execute.