Help with Scar scripts.

Discussion in 'Scar/Simba Help' started by PeachMonkey, Jul 28, 2009.

Help with Scar scripts.
  1. Unread #1 - Jul 28, 2009 at 1:18 PM
  2. PeachMonkey
    Joined:
    Jul 28, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    PeachMonkey Newcomer

    Help with Scar scripts.

    All scripts that i've tried to make even simple ones like this,

    program WillowCutter;

    var
    x, y: Integer;

    begin
    If FindcolorTolerance(x, y, 3892306, 0, 0, 800, 600, 5) then
    Wait(300+random(100));
    MoveMouseSmooth(x, y);
    Wait(400+random(100));
    ClickMouse(x, y, true);
    Wait(10000+random(2000);
    end.

    (which is pretty bad)

    Always say theres an error and a comma is expected at the end of some of those lines, but when i put a comma it says syntax error on the "end." part.

    Thanks ahead of time and btw, First thread for me!

    Nvm i missed a close bracket on the second last line.
     
< How do I get started with script ? | Need help with my script >

Users viewing this thread
1 guest


 
 
Adblock breaks this site