Results 1 to 5 of 5

Thread: First Script: TeleScript

  1. #1
    Join Date
    Oct 2006
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default First Script: TeleScript

    This is my first script I have ever made... after a while of learning how the fuctions of SCAR and SRL are and how to use them. I have never seen a script like this before.. Yet very simple that anyone can do it, but I needed a script like this so I decided to make it.

    Please post comments, suggestions, and progress reports. Thank you!
    ...

  2. #2
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    From what I see it's a very simple, nice, cleanly structured script. Great job on your first

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

    Default

    Not Bad.

    You can make it much shorter though with a case statement:
    SCAR Code:
    for Teles:=0 to NumTeles
    begin
    case Tele of
      1: VarrockTele;
      2: LumbridgeTele;
      3: FaladorTele;
      4: CamelotTele;
    end;
    end;

    Keep it up!
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  4. #4
    Join Date
    Oct 2006
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks Fakawi =D
    ...

  5. #5
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    yea nice, keep it up!
    Now you maybe can find out how to use a function for the mage book and for the tele'ing, look in the srl files.
    Srl makes scripting much easier!
    Add me at msn for any help
    the-scar-noob@hotmail.com, you're welcome
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

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
  •