Results 1 to 4 of 4

Thread: Add A Tutorial Island To The Public Forum...

  1. #1
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Add A Tutorial Island To The Public Forum...

    Why not, Ill Post All My Tuts there... Can You Add One Fawk?
    Code:
    Program New;
    Label Begging;
    Label Accepted;
    
    
    
    begin
     Ask('Can We Make A Tut Island In The Public Forum?');
    
      if lowercase(Answer) = 'no' then
      begin
       goto Begging;
      end else
      begin
       goto Accepted;
      end;
    Begging:
     repeat
       Beg(' OH PRETTY PL0x !!!');
     until(lowercase(Answer) = 'yes')
    Accepted:
      Say('OH THANK YOU... TRANFERING TUTORIALS...');
    end.

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Ow yes I was thinking about that too. I will make some changes to the forum. In fact, many things can be discussed in public, as long as the scripts stay behind bars, I am fine I suppose, but I need to think about this for a while.

    Valuable input appraciated.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  3. #3
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank ya! Hopefully I didnt have to beg... just have to wait

  4. #4
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Yep, a Tutoriol section would be worth it in my opinion, whats the use of having a Public forum for 'Leachers,' when they are not able to learn?
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Doing Tutorial Island...
    By I Karma I in forum Bot Information and Spottings
    Replies: 9
    Last Post: 05-23-2007, 01:31 PM
  2. Tutorial Island
    By Dunceiam in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 02-09-2007, 05:16 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
  •