Results 1 to 5 of 5

Thread: varrock road coloring

  1. #1
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default varrock road coloring

    ok so i use varrock road coloring and i was wondering if theres a way that it wont post

    varrockroadcolor=38712 (or w/e) 1 million times and screw up my proggy any help

  2. #2
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    i personally have faced this issue also, but i have just decided to use the cleardebug; function before i post the proggy. it helps

  3. #3
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    take the whole FindVarrockRoadColor thing and change to MyFindVarrockRoadColor or whatever you want and take out the Writeln();

    and for your proggy just do..

    SCAR Code:
    procedure Proggy;
    begin
      ClearDebug;//This will take everything out of the debug then then write the rest
      Writeln('Blah blah blah');
      Writeln('Yeah you get it');
    end;

    hope that helped

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

    Default

    Or set the road color at the beginning of the script. Then instead of saying FindVarrokRoadColor each time just use the variable. No more WriteLn
    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

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

    Default

    Quote Originally Posted by Nava2 View Post
    Or set the road color at the beginning of the script. Then instead of saying FindVarrokRoadColor each time just use the variable. No more WriteLn
    So What Nava2 is saying :
    SCAR Code:
    var
      RoadColor;
    begin
      RoadColor := FindVarrockRoadColor;
      RadialRoadWalk(RoadColor...);
    end;
    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

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
  •