onurb
05-28-2022, 09:05 PM
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:
do_client(';e Script.running.each { |script| script.kill }')
do_client(';go2 5000')
The first part of it works fine, but the ;go2 5000 never launches
what am I doing wrong. its not transitioning from the first command to the second command
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:
do_client(';e Script.running.each { |script| script.kill }')
do_client(';go2 5000')
The first part of it works fine, but the ;go2 5000 never launches
what am I doing wrong. its not transitioning from the first command to the second command