Results 1 to 3 of 3

Thread: need help with small problem

  1. #1
    Join Date
    Jan 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help with small problem

    I have made my own basic teleport tab script but for some reason after a random few hours, it pulls up another runescape page and its difficult to end the script so i need a way to reconize when the script doesn't see runes in my inventory it will kill the script.

    I use findcolorspyraltolerance but i dont know how to use it so if it doesnt seen a certain color, it will start the procedure. I usually use it like this...

    procedure Fail;
    var
    x, y:Integer;

    begin
    if FindColorSpiralTolerance(x, y, 0, 699, 439, 709, 451, 10) then
    begin
    TerminateScript;
    end;
    end;


    help would be appreciated.
    Last edited by mriddler; 02-19-2012 at 06:38 AM.

  2. #2
    Join Date
    Jan 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    NVM i found out about how to use the 'else' option.

  3. #3
    Join Date
    Nov 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The best answers are the ones you find yourself. Gratz!
    It's not brainfreeze. It's Flavo-Masochism.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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