Results 1 to 2 of 2

Thread: need coding help

  1. #1

    Default need coding help

    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:

    Code:
    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
    Last edited by onurb; 05-28-2022 at 10:36 PM.

  2. #2

    Default

    nvm found the solution, ty

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •