Results 1 to 6 of 6

Thread: scar sometimes wont let me use commands

  1. #1
    Join Date
    Mar 2006
    Posts
    201
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default scar sometimes wont let me use commands

    sometimes when i run a script, i cant use the "ctl+alt+s" "ctl+alt+a" to stop or pause the script. i have to either force quit or catch the script in a period of wait to grab the mouse over to the red box really fast, like wtf
    |>|-|33|2 /\/\ '/ 1337 |-|@>< 0|2 |)1 3

    " There are no stupid questions, only stupid people "

  2. #2
    Join Date
    Feb 2006
    Location
    California-Foster City
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    err it only works with the first scar that you open.
    The Welcoming Party
    Don't be a Fakawi! Get 25 hours of sleep a day!

  3. #3
    Join Date
    Feb 2006
    Posts
    406
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if your script moves the mouse a lot, build in things like:

    if(iskeydown('q'))then
    terminatescript;

    especially if theres a lot of loops
    so you dont have to take drastic measures if it goes totally haywire

  4. #4
    Join Date
    Mar 2006
    Posts
    201
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ooo only the first scar window, thanks. and thanks for the key to abort script.
    |>|-|33|2 /\/\ '/ 1337 |-|@>< 0|2 |)1 3

    " There are no stupid questions, only stupid people "

  5. #5
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i always use :

    Code:
    if(IsFKeyDown(1))then
    TerminateScrpt;
    so much easier to stop

  6. #6
    Join Date
    Feb 2006
    Location
    Las Vegas, NV
    Posts
    939
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    i had problems with this as well.. my comp's shortcut to system stuff is ctrl+alt+s.. so i couldnt stop..

    just change your hotkeys by going to Tools>Redefine Hotkeys and then just press the key you want the shortcut to be..

    i made mine like this>>
    Code:
    Run Script: Ctrl + Alt + R
    Pause Script: Ctrl + Alt + W
    Stop Script: Ctrl + Alt + S
    Pick Color: Ctrl + Alt + C
    R for run
    W for wait (eh it fits )
    S for stop
    C for color..

    hope that fixes the problem.. if not do the keydown-failsafe
    Busy with real life. I'll still be around occasionally.
    Current Mood:


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Use SCAR commands from DLL
    By ShawnjohnSJ in forum Delphi/FPC Help and Tutorials
    Replies: 2
    Last Post: 07-25-2008, 04:09 AM
  2. List of Srl or SCar commands
    By looneytoon in forum OSR Help
    Replies: 7
    Last Post: 01-08-2007, 01:01 AM

Posting Permissions

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