Adblock breaks this site

help me setup a script please.

Discussion in 'Scar/Simba Help' started by iiSuperman, Apr 3, 2009.

  1. iiSuperman

    iiSuperman Newcomer

    Joined:
    Mar 28, 2009
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0
    help me setup a script please.

    hey
    im sorry, i know im a noob
    but i want to use ultimateWillowChopper+banker

    but how do i get it to work?
    i followed a guide on how to get scar and all the other necessary programs.

    but now i dont know how to setup the script for it to work

    please guide me through this :)
    sorry for being so noob

    program UDL1;
    {.Include SRL\SRL.Scar}
    {.Include SRL\SRL\Misc\Users.Scar}

    const
    SRLID1 = '';
    SRLPassword1 = '';

    var
    LoadsDone, TotalLoads, TotalWillows, NestsFound, EntsFound, Responded, Replaced, StrangeFruit, Levels: Integer;

    procedure SetUpScript;
    begin
    SRLPlayerForm(True, ['Is Axe Wielded?'], ['Pin Number?', 'Loads To Do'], [], []);
    ActivateClient;
    if (not (SRLID1 = '')) then
    SRLID := SRLID1
    else
    SRLID := '3211';
    if (not (SRLPassword1 = '')) then
    SRLPassword := SRLPassword1
    else
    SRLPassword := 'thebest1';
    WriteLn('Good Luck!');
    Disguise('Ultimate Delux [UDL] Version 1');
    LogInPlayer;
    end;

    is that all i have to fill out?
    if so, how do i go about filling it out?


    once again sorry!
    im sooooo noob :(
     
  2. TricksAreForKids

    TricksAreForKids Newcomer

    Joined:
    Apr 6, 2009
    Posts:
    10
    Referrals:
    0
    Sythe Gold:
    0
    help me setup a script please.

    First of all have you installed SLR?
    If you haven't here are the instructions on how to download it and get it running:http://www.villavu.com/forum/showthread.php?t=25985
    Is this all the code there is? Or do you mean the section the player has to fill in?
    If this is all the code there is you haven't copied/downloaded it right.
    If you are wondering how to fill this form in:
    In this line, SRLPlayerForm(True, ['Is Axe Wielded?'], ['Pin Number?', 'Loads To Do'], [], []);
    Replace the questions with numbers/true or false
    For Example:
    SRLPlayerForm(True, [False], [1234, 5], [], []);
    Happy Autoing =D
     
< need help fixing thread! | Help? >


 
 
Adblock breaks this site