Add to diag_activeSQFScripts return the script handle of each running script, currently theres no way of get the handle of a script if its not stored on a variable on creation. This would help analyze scripts running that shouldnt be running and terminate them
returns:
[ [ scriptname, - String filePath, - String isRunning, - Bool currentLine, - Number handle - Script <--- Add ] ]