Results 1 to 6 of 6

Thread: how to make scar log you into rs

  1. #1
    Join Date
    Dec 2006
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how to make scar log you into rs

    i know this is like my 3rd post, i really am just hear to learn, not much of a talker. but i need to know how to make scar log you in, im new to scripting but i have a hardly working autofighter =p and im just wondering how to make scar log you into rs. hope some1 can help

  2. #2
    Join Date
    Jul 2007
    Posts
    242
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    begin
    HowManyPlayers := 1; //Number of players to use
    NumberOfPlayers(HowManyPlayers); //Don't Touch
    CurrentPlayer := 0; //Player to start with
    Players[0].Name := ''; //Players username
    Players[0].Pass := ''; //Players password
    Players[0].Nick := ''; //3-4 characters from players username(Lowercase and no spaces)
    Players[0].Active := True; //Are you using this player?
    end;

    and then in main loop: if not LoggedIn then LogInPlayer;





  3. #3
    Join Date
    Sep 2006
    Posts
    154
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    A bit of a bump, but "if not LoggedIn then" is never required.

  4. #4
    Join Date
    Aug 2007
    Posts
    104
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It is a failsafe. Read The Unmatched Beginners Guide To Scripting! It is great

  5. #5
    Join Date
    Apr 2007
    Location
    new zealand
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ohh great glad u looking 4 1 download my one it a lot easy 2 understand 4 begginers than the srl 1 it in my sig uner this message

  6. #6
    Join Date
    Apr 2007
    Location
    new zealand
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the auto login by dark4mdawn yea and also check out my tut 2 scar as well

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How To Make A Game In SCAR! *advanced ?
    By BazzBarrett in forum OSR Advanced Scripting Tutorials
    Replies: 15
    Last Post: 09-15-2008, 10:47 PM
  2. [SMALL TUT] How to Make RS + SCAR Lag Less
    By jbrauman in forum News and General
    Replies: 6
    Last Post: 06-30-2007, 12:27 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
  •