Results 1 to 5 of 5

Thread: Little help...

  1. #1
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default Little help...

    Im getting Identifier expected in script and i can't see anything wrong with the procedure.

    SCAR Code:
    procedure Randomize_to_aubury;
    begin
    case Random(3) of
           0: WalkToAubury;
           1: aubury_reflection_left;
           2: aubury_reflection_right;
    end;



    And yes im releasing it soon.

    So someone help me.

  2. #2
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Could you tell us exactly which line the error comes from?

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

  3. #3
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    He needs another end; in his script. Hope I helped.
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  4. #4
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    procedure Randomize_to_aubury;
    begin
    case Random(3) of
    0: WalkToAubury;
    1: aubury_reflection_left;
    2: aubury_reflection_right;
    end;
    end;



    You just forgot an extra end. ^_^

    Cases are like begins, they need ends.

  5. #5
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Thanks problem solved.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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