Results 1 to 9 of 9

Thread: umm annoying problem help plz

  1. #1
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default umm annoying problem help plz

    ok i got a problem it is very annoying seeing as there is no need to call what they are asking for :s

    ok here the line

    SCAR Code:
    Mouse( 624, 150, 10, 10, true);//line740
      FFlag(0); //line741


    and here is the problem plz help

    SCAR Code:
    Line [COLOR=#000080]740[/COLOR]: [Error] ([COLOR=#000080]15955[/COLOR]:[COLOR=#000080]30[/COLOR]): colon ([COLOR=#ff00ff]':'[/COLOR]) expected in script C:\DOCUME~[COLOR=#000080]1[/COLOR]\User\LOCALS~[COLOR=#000080]1[/COLOR]\Temp\CWars.scar


    any help plz

    edit if i edit line 740 out it goes to line 741

  2. #2
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    was that SRL? or what? because i have noooo idea what the hell that is...

    Re-download SRL much?

  3. #3
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no no there is nothing atall a matter with my SRL there is another person who as the script gets the same problem

  4. #4
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Post the line 739.


  5. #5
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cazax the line 739 is a


    end;

    ???

  6. #6
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Umm try removing the space:
    SCAR Code:
    ( 624,


  7. #7
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Whitespace is of no importance.
    Normally the only time that comes up is with declaring variables incorrectly (includes in function's and procedures) but as line 379 is an end it complicates the matter. Posting the entire function/procedure would be much more useful though
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  8. #8
    Join Date
    Oct 2007
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no no there is nothing atall a matter with my SRL there is another person who as the script gets the same problem

  9. #9
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    is this the last procedure before your main loop? if so then maybe you did 1 more end; than you should...

    SCAR Code:
    program New;
    begin
    end;
    end.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Annoying
    By TOB in forum News and General
    Replies: 2
    Last Post: 12-08-2006, 02:34 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
  •