Results 1 to 6 of 6

Thread: Error... What else is posted here?

  1. #1
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default Error... What else is posted here?

    STUPID ERROR ACKKK

    Well, I'm getting: Line 334: [Error] (13118:89): Type mismatch in script C:/~~~~/ShiloFisher.scar

    Here is the Script, I marked the error:

    If you see anymore please tell me

    SCAR Code:
    Removed.

    Thanks in advance;

    Nava2

    P.S. I should just live here... I post here A LOT!
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  2. #2
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can you post the code of the line please?

  3. #3
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Sure, here is the procedure with the error shown:

    SCAR Code:
    {*******************************************************************************
    Function FindFishMole(:boolean);
    By: Nava2
    Description: Looks for FishMole in River when called.
    *******************************************************************************}


    function FindFishMole :boolean;
    begin
      if (FindColorsSpiralTolerance(x, y, FishPoints, FishColor, MSX1, MSY1, MSX2, MSY2, 10)) then // <- Error
      begin
        result:= true;
        FX:= x;
        FY:= y;
      end else
      begin
        result:= false;
        if (InvFull) then
        result:= false;
      end;
    end;

    Yeah, any help is appreciated.

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  4. #4
    Join Date
    Jan 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't see a problem?

  5. #5
    Join Date
    Apr 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script looks fine as far as im concerned

  6. #6
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Please don't spam my thread. I need help, and that doesn't do it.

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 12-01-2007, 08:10 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
  •