Results 1 to 3 of 3

Thread: VERY Basic Script help

  1. #1
    Join Date
    Nov 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default VERY Basic Script help

    ok only problem im stuck at are the scripts where you have to write stuff ex. Name,loads,and all the colors

    I need to know like if its like (Name) do i do (wahbee0 or just wahbee

    wut r colors
    if im playing with 1 character wut do i do
    wujt about loading time, bank time

    If u can PLEASE I BEG U to tell me wut to write if im just going to use 1 chaacter,1 comp, and just cut and bank willows plz!!!!!!!!!!!!!

  2. #2
    Join Date
    Nov 2007
    Location
    Michigan
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    colors are to find the tree (use the eyedrop icon in SCAR)
    loads are how many loads you want done..
    and for name you only put in your name.

    like for this srl (example) id put mushroomhead4lyfe

  3. #3
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    procedure DeclarePlayers;
    var
      I: integer;
    begin
      HowManyPlayers:= 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer:= StartPlayer;

      Players[0].Name:= '';
      Players[0].Pass:= '';
      Players[0].Nick:= 'nick';
      Players[0].Strings[0]:= '1'; // loads
      Players[0].Active:= True;// player active?
    I do visit every 2-6 months

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. A Basic Scar Tutural Script
    By Dankness in forum Outdated Tutorials
    Replies: 11
    Last Post: 10-10-2008, 10:50 PM
  2. Need some basic help.
    By r3dr4g0n in forum OSR Help
    Replies: 6
    Last Post: 10-01-2007, 11:27 AM
  3. My basic script
    By duncanp in forum OSR Help
    Replies: 3
    Last Post: 03-08-2007, 11:15 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
  •