ok so I am ruby noob and need help with this script...
all I want this script to do is kill all active scripts and then start the go2 script with a specific destination
here is the script:
The first part of it works fine, but the ;go2 5000 never launchesCode:do_client(';e Script.running.each { |script| script.kill }') do_client(';go2 5000')
what am I doing wrong. its not transitioning from the first command to the second command