Results 1 to 7 of 7

Thread: I need some quick help

  1. #1
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    I need some quick help

    SCAR Code:
    procedure walk;
    begin
      MakeCompass('N');
      HighestAngle;
      RadialRoadWalk(RoadColor,0,306,71,2,2);
      Flag;
    end;

    what's wrong with this??
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  2. #2
    Join Date
    Apr 2007
    Posts
    220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It compiles and maybe it is that you let your radialwalk search for almost the whole MMap From 0 till 306. Or maybe I'm wrong but the scripting is correct.

  3. #3
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)
    the thing is i have this script here:

    SCAR Code:
    program New;
    {.Include SRL\SRL.SCAR}

    procedure Walkage;
    begin
      RadialRoadWalk(Roadcolor,0,317,50,2,2);
      Flag;
    end;

    begin
    Walkage;
    end.

    and all it does is sit there.
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Ill help on msn..

  5. #5
    Join Date
    Apr 2007
    Posts
    220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Timothegreat View Post
    the thing is i have this script here:

    SCAR Code:
    program New;
    {.Include SRL\SRL.SCAR}

    procedure Walkage;
    begin
      RadialRoadWalk(Roadcolor,0,317,50,2,2);
      Flag;
    end;

    begin
    Walkage;
    end.

    and all it does is sit there.
    OOOOOOOOOOOOOOOOh I know.. You put in ROADCOLOR.. you should have put this:
    SCAR Code:
    const
    roadcolor = 123456789;
    or change roadcolor to FINDROADCOLOR.

  6. #6
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    yea..i think its FindRoadColor
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  7. #7
    Join Date
    Apr 2007
    Location
    California
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You also need SetUpSRL in your main loop.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Just a quick question? Did I say quick?
    By SeanJohn in forum OSR Help
    Replies: 3
    Last Post: 01-28-2009, 12:03 AM
  2. I need some quick help
    By AJ2VM in forum OSR Help
    Replies: 45
    Last Post: 12-19-2007, 03:17 PM
  3. quick ? plz
    By rjbk1989 in forum OSR Help
    Replies: 3
    Last Post: 05-07-2007, 12:43 AM

Posting Permissions

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