Results 1 to 3 of 3

Thread: How to cast teleport

  1. #1
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default How to cast teleport

    What is the command for home teleport in SRL? Sorry for the easy question but i am starting to script again.


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

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

    Default

    SCAR Code:
    {*******************************************************************************
    function Cast(TheSpell: String): Boolean;
    By: Wizzup?, Flyboy, Cheesehunk, Freddy
    Description: Cast's the selected spell, returns true if enough runes to complete.
    *******************************************************************************}
    Example:

    SCAR Code:
    Cast('1');
    I think that would cast home teleport.

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

    Default

    To use the spell, you need to also include the magic skill file.

    Code:
    {.include SRL/SRL/Skill/Magic.scar}

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What if they teleport you?
    By karibo in forum OSR Help
    Replies: 1
    Last Post: 10-30-2008, 02:20 PM
  2. Teleport crafter...
    By welshboy in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 09-29-2008, 03:24 PM
  3. Cast('High Level Alchemy') Problem
    By Xtensity in forum SRL Site Discussion
    Replies: 10
    Last Post: 09-04-2008, 06:02 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
  •