Results 1 to 15 of 15

Thread: Hi i just started SRL scripting HELP!!

  1. #1
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Hi i just started SRL scripting HELP!!

    So i have my auto wcer just started in 7% progress just have started for some. I'm requesting somekind of list where is explains for the commands cause i haven't found kind of inttostr commands at procedureparamslist so i need only a well explained list of commands what they are used for if someone could take the time to make i would be so happy or if there's somekind of list somewhere in the files i'm just a stupid one

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    In SCAR, press F1

    Also holding control and space gives you a list which is good for spelling

    For SRL commands check the manual (available in Download SRL here section)

    Drigers tutorial.exe gives a good overview of a lot of commands (see part 1 of my FAQ, link in sig)

    as for inttostr, it means Integer to String. For example if you have an integer NumberOfLogs, and would like to display it in the debug box, you can't just do

    writeln(NumberOfLogs)

    because writeln only accepts strings. So you do convert the integer to a string

    WriteLn(IntToStr(NumberOfLogs));

    SCAR Code:
    program new;
    var NumberOfLogs:integer;
    begin
    NumberOfLogs:=5;
    WriteLn('You have cut '+IntToStr(NumberOfLogs)+' logs.');
    end.

  3. #3
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Oh yeah! You rock boreas three yhippees for boreas yhippee!,yhippee!,yhippee!!!!

    YOU RULE

    OH NO!!!! ALL THE LINKS ARE EXPIRED OR BROKEN!!!!

  4. #4
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    np :P

    which are expired?

  5. #5
    Join Date
    Dec 2006
    Location
    Helsinki, Finland
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  6. #6
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tho the jakobs links the sexyuploader etc etc.

  7. #7
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    http://www.mooload.com/new/file.php?...Package+v2.zip

    If that doesn't work, ask for people to reupload it (sry I don't have it on this computer)

  8. #8
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I asked you to Hey Boreas! i have this problem with my very first script autotalker
    do you know what means:Line 12: [error] (12:1) : Identifier excepted in script etc etc

    Line 12 is here: procedure Wait;

    what would dat mean?

  9. #9
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    you can't make a procedure called wait because it already exists, post the whole thing

    You're lucky I'm in a good mood, I'm re uploading the package and will post link here when I'm done.

    If you download from this link, you must re upload 1 week after you download it, and post the link here. Also post this paragraph with the link. Keep the chain going so I don't have to do this again.

    Uploaded on Jan 23rd 2007 <scratch that 6pm gmt thing, I got it to upload faster> Link

  10. #10
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Boreas i tell you one thing megaupload doesn't work for me mooload doesn't work...sexyuploader same problem as with megaupload...And lastly i got nothing

  11. #11
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    upload something on your computer to a service, download it again, when you find a service that works tell me which

  12. #12
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, check the i'm lost thing, please.

  13. #13
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    rapidshare tho only one

  14. #14
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    gah 100mb limit. I split them and here is the file you need to combine them.

    http://rapidshare.com/files/13058752...Package_v2.exe

    the 99mb parts are taking about 30mins each, so I will post links for them as they come

    edit heres part 1 http://rapidshare.com/files/13065234..._v2.rar.1.html

    edit heres part 2 http://rapidshare.com/files/13071406..._v2.rar.2.html

    edit heres part 3 http://rapidshare.com/files/13084254..._v2.rar.3.html

    edit heres part 4 http://rapidshare.com/files/13094572..._v2.rar.4.html

    download all 5 in the same folder and click the first one

    Ok I'm done uploading lol

  15. #15
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Boreas, you, you helped me with coding a lot! Thanks to boreas hopefully you keep it up i have saw a lot of help post from you and of course thanks to starblaster too!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. A Little help getting started
    By Novanext in forum OSR Help
    Replies: 4
    Last Post: 09-26-2008, 12:08 AM
  2. just started
    By aznsensation in forum Who Are You ? Who ? Who ?
    Replies: 1
    Last Post: 07-05-2008, 05:38 PM
  3. Please Help Me Getting Started.
    By XxtOmxX in forum OSR Help
    Replies: 14
    Last Post: 06-02-2007, 06:34 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
  •