Results 1 to 11 of 11

Thread: new scripters and any1 else set this as default

  1. #1
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default new scripters and any1 else set this as default

    ok here is a thing set this as your default in scar

    SCAR Code:
    program NewScript;
    {.include SRL/SRL.scar}
    var
    x,y:integer;

    Procedure Setup;
    begin
      SetupSRL;
      ActivateClient;
    end;

    begin
      Setup;
    end.

        * two spaces after each begin
        * one space after a var
        * dont capitalize bold words
        * capitalize all other words
        * two spaces after a case
        * two spaces after a repeat

    jus somthing to help keep ya standerds right etc

  2. #2
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Program NewScript;

    {.include SRL/SRL.scar}

    Var
      x, y: Integer;
     
    Procedure Setup;
    Begin
      SetupSRL;
      ActivateClient;
      WriteLn(IntToStr(5 + 7));
    End;
     
    Begin
      Setup;
    End.
     
        * two spaces after each begin
        * two space after a var
        * capitalize the first letter of words
        * two spaces after a case
        * two spaces after a repeat
        * one spacebar after a ,

    this is the best imo

  3. #3
    Join Date
    Apr 2007
    Location
    Colchester, UK
    Posts
    1,220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    that could be good for people that are new, i know i allways get standards wrong, how can i set this as the default script to load when oping scar and also a new tab?

  4. #4
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bobzilla69 View Post
    that could be good for people that are new, i know i allways get standards wrong, how can i set this as the default script to load when oping scar and also a new tab?
    copy and paste what i have put and the go to

    file > set as default

    and then this will always be your default script setup

  5. #5
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have my default with a description box thingy at the top, so whenever I write a script, its just a matter of filling in what it does
    <3 Delicious Loli
    15:59 [Putnam] I suck
    15:59 * ss23 pushes Putnam to his knees - Prove it.
    15:59 [Putnam] ss23, there's really no other way to stay fit in this town

  6. #6
    Join Date
    Jul 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the script Scaper, very usefull!

    Stash

  7. #7
    Join Date
    Jun 2007
    Location
    Liverpool ,Nsw,Australia
    Posts
    740
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    or you can send it to me for standardizing
    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?

  8. #8
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    heres my default. u and ur noob global x and ys -.-
    SCAR Code:
    program New;
    {.Include Srl/Srl.scar}


    Begin
    SetupSRL;

    end.
    ~ Metagen

  9. #9
    Join Date
    Jul 2007
    Location
    Massachusetts
    Posts
    896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    In my early days I tried my best to capitalize bold words. Then my brain started thinking faster and I had to abandon the practice in order to keep up. I still do spaces and that stuff, but capitalizing bold words just takes too long. It doesn't even help the legibility of the script! Capitalizing functions however IS important.

  10. #10
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    You're not supposed to capitalized bold words, anyways.
    :-)

  11. #11
    Join Date
    Jul 2007
    Location
    Massachusetts
    Posts
    896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh, lol, I think Wizzup does...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. lvl 3 crp name autoers with default looks
    By chitin in forum Bot Information and Spottings
    Replies: 7
    Last Post: 11-22-2007, 10:48 PM
  2. calling all java scripters and scar scripters!
    By phinoxrobo in forum Java Help and Tutorials
    Replies: 28
    Last Post: 11-22-2007, 04:03 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
  •