Results 1 to 5 of 5

Thread: Noob to SCAR

  1. #1
    Join Date
    Sep 2008
    Location
    MI
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey this is my first time ever trying a script and ya obviously i don't understand anything...i'm trying to run script [UDL] Draynor Willow Whacker on SCAR Divi 3.15b and it doesn't work. It gives an error reading the following - Failed when compiling
    Line 88: [Error] (16194:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.Scar
    Line 88: [Error] (16194:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.Scar

    and line 88 consists of this - SmartSetupEx("World Number", "Safe Mode", "Signed", "Super Detail");

    Not entirely sure what im supposed to do with that. any help would be appreciated

    Hey this is my first time ever trying a script and ya obviously i don't understand anything...i'm trying to run script [UDL] Draynor Willow Whacker on SCAR Divi 3.15b and it doesn't work. It gives an error reading the following - Failed when compiling
    Line 88: [Error] (16194:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.Scar
    Line 88: [Error] (16194:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.Scar

    and line 88 consists of this - SmartSetupEx("World Number", "Safe Mode", "Signed", "Super Detail");

    Not entirely sure what im supposed to do with that. any help would be appreciated

    somebody please help

    help please...

    any help at all would be great

    Someone Help Please

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Don't spam... Wait for a bit. Reset post count and added one infraction...



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  3. #3
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not bad.
    That line should be SmartSetupEx(126, True, True, False);

    and. Based on my calculations:
    SCAR Code:
    program PhailCalculation;

    {
          Double Post =  2.5 Phails
          Triple Post =    5 Phails
       Quadruple Post =  7.5 Phails
       Quintuple Post =   10 Phails
        Sextuple Post =   15 Phails
        Septuple Post =   20 Phails
    One Hundred Posts = 1000 Phails
      }


    const
      PhailureAmount = 15;
      Username       = 'buggyboy33';

    function FailureCalculator(Phails: extended): extended;
    var PhailInt: extended;
    begin
      if (PhailureAmount = 0) or (PhailureAmount < 2.5) then
      begin
        WriteLn('Enter an amount stated above.');
        TerminateScript;
      end;
      if PhailureAmount <= 5 then
      begin
        PhailInt := (((Phails * 75) + 6) * 9) / 9;
        Result := Phails * PhailInt;
      end else
        PhailInt := (((Phails * 25) + 6) * 9) / 9;
      Result := Phails * PhailInt;
    end;

    begin
      WriteLn(Username + ' is ' + FloatToStr(Ceil(((FailureCalculator(PhailureAmount) / 10120)) * 100)) + '% complete phail.');
    end.

    You are 57% phail for posting 6 times.

  4. #4
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Yeah that should fix it...
    BTW 939 posts junior member.... 100% phail

  5. #5
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol. I've made like 600 scripts.

    I never really try on my application scripts =P.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Scar Noob....
    By silentarts in forum OSR Help
    Replies: 3
    Last Post: 08-13-2008, 02:49 PM
  2. Noob at using SCAR
    By LaZzieHien in forum OSR Help
    Replies: 4
    Last Post: 07-05-2008, 06:57 PM

Posting Permissions

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