Results 1 to 11 of 11

Thread: Hey SRL, im JoshsPC.

  1. #1
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Wink Hey SRL, im JoshsPC.

    Hey Everyone in this community,

    I'm new here and have decided to be a contributor and not one of those people who join these types of forums just to leech and not give anything back.
    Great now that we have that done I hopefully wont be called a "Leecher" or a "gravedigger."

    I want to learn how to script. I have never done this before but I have a slight background in Visual Basic Programming which I very much doubt, will be of any use in regards to scripting.

    So, if any kind user of this community could point pe in the right direction to start I would be very thankful. I would also like to know how to install this reflection "thing" into SCAR. I'm sorry if i have posted this in the wrong place but I'm new.

    Thanks a lot,
    JoshsPC

    Placed This in Welcome Forum
    Last edited by JoshsPC; 10-10-2009 at 01:53 PM.

  2. #2
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    If you want us to help you to script on this same thread, no it is not the wrong section .

    Else it is ^^.

    Welcome.

  3. #3
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea well then this is the Thread I would like to use to get into Scripting.
    Are there any good guides for a complete beginner such as myself?

    Thanks,
    JoshsPC

  4. #4
    Join Date
    Sep 2006
    Posts
    322
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by JoshsPC View Post
    Yea well then this is the Thread I would like to use to get into Scripting.
    Are there any good guides for a complete beginner such as myself?

    Thanks,
    JoshsPC
    Just scroll down to the tutorial section.

  5. #5
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    here is some good tutorials:
    http://www.villavu.com/forum/showthread.php?t=4625
    http://www.villavu.com/forum/showthread.php?t=32990
    http://www.villavu.com/forum/showthread.php?t=50774

    Press f1 in scar to see scar commands and browse your srl/core folder to see srl commands.
    To use srl you have to put this: {.include SRL/SRL.scar} to the second line in your script. Just under program New;

  6. #6
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

  7. #7
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Click the link in my signature to see a list of my tutorials. I'm sure one can help you

    Richard.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

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

    Default

    Also, a gravedigger isn't a person who doesn't contribute or is new, its a person who replies to a thread that has not been posted on for over a month or more.
    I do visit every 2-6 months

  9. #9
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a lot everyone.

    I am using Coh3n's All In-One SCAR Scripting Tutorial.
    When i write the following code in SCAR3.21:
    program HelloWorld;
    procedure WriteInDebugBox;
    begin
    WriteIn('Hello Daniel');
    end;
    begin
    WriteInDebugBox;
    end.
    I get the following Error:
    Line 4: [Error] (4:1): Unknown identifier 'WriteIn' in script
    Is there something wrong with my SCAR or What am I doing wrong?

    Thanks a lot.

    JoshsPC

  10. #10
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ignore that One i found out you have to write an "l" rather then an "i".
    lol, I fail at the moment but I'll get there.

    JoshsPC

  11. #11
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    When i started learning SCAR i didn't use tutorials, I looked at scripts and learnt how they did it and built on from there, but as time goes tutorials are good to learn the more advance things like DDTM's, radialwalking, TPA's.

    But when looking at scripts, i suggest looking at SRL Members + scripts, because they have the rank for the script that they have made, which is, easiest way to describe it, "better" then other scripts.

    When you start, all you need to know is how to use SCAR, Variables, Mainloop, difference between procedures and functions. Also look how SRL's procedures/functions work, so view and memorize . Takes time to create awesome scripts .

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
  •