Results 1 to 6 of 6

Thread: Expert. Cooking Script.

  1. #1
    Join Date
    Oct 2007
    Location
    In the center of the USA.
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Expert. Cooking Script.

    program CookingScriptRequest;

    procedure expert;
    begin
    writeln('I was wondering if a expert scripter can make me a working cooking script. It can be in any city, even members.'); // If so I was wondering if you could comment to the side, what each line does.
    end;

    procedure asap;
    begin
    repeat
    expert;
    wait(1000)
    writeln('let me know as soon as possible, please!'); {Thank You!}
    end.

  2. #2
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LoL...
    SCAR Code:
    program CookingScriptRequest;

    procedure expert;
    begin
      writeln('I was wondering if a expert scripter can make me a working cooking script. It can be in any city, even members.')
    end;

    begin
      expert;
      writeln('let me know as soon as possible, please!');
      Writeln('Thank You!');
      wait(5000);
    end.

    Havent You Tryed The Cookerater by Munk?

  3. #3
    Join Date
    Jun 2007
    Location
    brooklyn ny
    Posts
    683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah munk is an uber cool scripter his scripts are awesome

  4. #4
    Join Date
    Oct 2007
    Location
    In the center of the USA.
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ahem! woops!

    I didn't see he brought the next version out, sorry.

  5. #5
    Join Date
    Apr 2007
    Location
    Adelaide, Australia
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well... you seem like you know some stuff about scripting, why don't you give it a shot?
    Are YOU into things to do with gaming consoles, glitches, mods or just meeting new people?
    Join Se7ensins and learn how to do the above!
    http://www.fenjer.com/adnan/SRLStats/824.png

  6. #6
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program CookingScriptRequest;

    var
    requestgetstaken:boolean;

    procedure expert;
    begin
      writeln('I was wondering if a expert scripter can make me a working cooking   script. It can be in any city, even members.'); // If so I was wondering if you could comment to the side, what each line does.
    end;

    procedure asap;
    begin
      repeat
        expert;
        wait(1000)
        writeln('let me know as soon as possible, please!'); {Thank You!}
        requestgetstaken:=false;
      until(requestgetstaken);
    end.

    Corrected with standards... lOl

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. cooking script?
    By bhavikh77 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 09-18-2008, 08:22 AM
  2. A new updated Cooking script
    By aka1represent in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 02-27-2008, 01:32 AM
  3. Req cooking script
    By soccnut in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 11-28-2007, 03:14 PM
  4. Help With My Cooking Script!
    By RiSe AgAiNsT in forum OSR Help
    Replies: 16
    Last Post: 07-17-2007, 12:55 AM
  5. What's the BEST Cooking script for SCAR 2.03 / SRL 3.6?
    By gillian in forum News and General
    Replies: 0
    Last Post: 06-12-2007, 12:52 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
  •