Page 15 of 16 FirstFirst ... 513141516 LastLast
Results 351 to 375 of 392

Thread: All in one beginner tutorial

  1. #351
    Join Date
    Mar 2009
    Location
    holland
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gonna start now on my first script tanks to this tut

  2. #352
    Join Date
    Nov 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm going to try and make an SRL script.
    Thanks very much for this and will be reading this over and over for a while

  3. #353
    Join Date
    Mar 2007
    Location
    DK
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    NICE thx

  4. #354
    Join Date
    Jun 2009
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sweet tutorial. Got me going with the weird SCAR syntax (from a java point of view, it looks like CraCkHeads.NET).

  5. #355
    Join Date
    Jun 2009
    Location
    Netherland
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice tutorial, gonna help me much for later!

  6. #356
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Thanks heaps for the guide, it's great. The section on Functions helped me the most as I originally started by reading WhoCares357's guide which did not cover that. I did see one thing (most likely because the thread is 2 years old ) and that was:

    Bebe
    Originally posted by Bebe
    Code:
    const
    Message1='Hello world!';
    
    procedure Hello;
    begin
      wait(1000)
      Writeln(Message1);
    end;
    
    
    begin
     repeat
       hello;
     until(false)
    end.
    According to Bam Bam's Official Standards (http://www.villavu.com/forum/showthread.php?t=3293)
    Use semicolons at the end of the lines where appropriate. SCAR allows lines without semicolons but you should use them everywhere, except after var, begin, then, else repeat, do and before else.
    As well as is WhoCares357's guide:
    program NewExample;

    procedure Stay;
    begin
    Wait(500);
    end;

    begin
    Stay;
    end.
    Shouldn't Wait(XXX) have a ; ?

    Sorry for the long-dragged out explanation of the problem
    But otherwise a great guide, thanks!

    ~Caotom

  7. #357
    Join Date
    Jul 2009
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    read it for like a hour and did it several times, not to bad.
    NICE GUIDE! + REP

  8. #358
    Join Date
    Aug 2009
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice Tut! Detailed and not so hard..
    I'm always messed up with these basic things, and thanks! It helps me a lot..

  9. #359
    Join Date
    Aug 2009
    Posts
    155
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the tut...i found i very easy to follow even with the few missing pictures...anyone els not seeing all the pics?

    THANKS,
    Payton

  10. #360
    Join Date
    Oct 2006
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the tutorial. it will help me get used to scar syntax and some of the basic procedures

  11. #361
    Join Date
    Sep 2009
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks for this useful tuto, this will helps me a lot to start my way to scrptin

  12. #362
    Join Date
    Nov 2009
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I completed the tutorial, but still need to know a few things.. any other tutorials that will fill me in?

  13. #363
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by chook View Post
    I completed the tutorial, but still need to know a few things.. any other tutorials that will fill me in?
    http://www.villavu.com/forum/forumdisplay.php?f=95
    Beginners Tutorial Section, you'll find lots more in there, we also have Intermediate and Advanced tutorial sections too! Good Luck!

  14. #364
    Join Date
    Nov 2009
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    http://www.villavu.com/forum/forumdisplay.php?f=95
    Beginners Tutorial Section, you'll find lots more in there, we also have Intermediate and Advanced tutorial sections too! Good Luck!
    Great thanks will get to reading.

  15. #365
    Join Date
    Apr 2009
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for taking the time to write this helpful tutorial. I look forward to expanding my knowledge in creating my own scar script. Soon I will achieve my goal in making my own fisher . Once again thanks for the tutorial I knew nothing about SCAR and this helped quite a bit

  16. #366
    Join Date
    Sep 2009
    Posts
    580
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ayyy good job Bebe
    I don't check this place often, sorry.

    Currently working on - Software Engineering degree. Thank you SRL for showing me the one true path

  17. #367
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Thank you everybody. I'm in process of updating and releasing a fresh version of this tutorial. Completely rewritten with a lot more detailed content + pictures

  18. #368
    Join Date
    Nov 2008
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good tutorial, Bebe!

  19. #369
    Join Date
    Dec 2009
    Location
    i'm... wait where am i?!?
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you so much this tut helped me out a lot!

  20. #370
    Join Date
    Jan 2010
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very good tutorial, just started to learn scar again, helped alot. Thank you.

  21. #371
    Join Date
    Apr 2007
    Location
    Netherlands
    Posts
    427
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    @Bitmaps you said

    So now zoom in and use the select/cut tool to crop the image even closer. Here were my results:
    I don't see your results ? Or was the result the willog log you posted above ?

    this guide is awesome.

    I dont understand the part about how to find FindBitmapToleranceIn.

    I used an Iron ore as Loadbitmap but I dont know the coordinates. How to get the X and the Y coordinates ?
    Last edited by Matsetst; 03-10-2010 at 11:32 AM.

  22. #372
    Join Date
    Dec 2006
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Bebe View Post
    Thank you everybody. I'm in process of updating and releasing a fresh version of this tutorial. Completely rewritten with a lot more detailed content + pictures
    Looking forward to it, this was great reading, but I still had issues with the execution of the code, e.g. Bitmaps, complies ok when run
    PHP Code:
    [Runtime Error] : ExceptionAccess violation at address 006BE3E0 in module 'scar.exe' 
    Going to do some searching to try to find why this is happening?


    ScarPreRelease 3.23 rev 80, Includes - Dev Rev 457

  23. #373
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by twobac View Post
    Looking forward to it, this was great reading, but I still had issues with the execution of the code, e.g. Bitmaps, complies ok when run
    PHP Code:
    [Runtime Error] : ExceptionAccess violation at address 006BE3E0 in module 'scar.exe' 
    Going to do some searching to try to find why this is happening?

    What version is your SCAR?
    You should have 3.23
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  24. #374
    Join Date
    Jul 2008
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Thanks

    This was very helpful!! I didn't know where to search but this was simply the best

  25. #375
    Join Date
    Sep 2010
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    he bebe, thank SO much for this tut! helped me get the basics down. However, i do have one question. for the function part, when we are doing a unit converter, i am a bit confused. If the input variable (miles) times 1.609 equals the output variable (kilometers), in the WriteLn it says "('1 mile is equal to '+floattostr(MilesToKilometers(1.0))+' kilometers');" if we want to change the input var it will still come out as "1 mile is equal" instead of the right amount. do you know how to write it so that it matches up with the variables? or am i going about this the wrong way? how do we write the input variables into the script? Also, what is the (1.0) for in the '+floattostr(MilesToKilometers(1.0))+' kilometers');

    thanks again!
    Last edited by magernub573; 09-06-2010 at 01:09 AM.

Page 15 of 16 FirstFirst ... 513141516 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Tutorial for the "Beginner Scripter". With video aid.
    By Wanted in forum Outdated Tutorials
    Replies: 63
    Last Post: 07-26-2010, 04:59 PM
  2. Beginner
    By Ejjman in forum Graphics and Multimedia
    Replies: 1
    Last Post: 11-16-2007, 08:56 AM
  3. C++ Beginner Tut
    By Macrosoft in forum C/C++ Help and Tutorials
    Replies: 31
    Last Post: 10-28-2007, 11:15 PM
  4. Help with beginner questions.
    By pdw40893 in forum OSR Help
    Replies: 9
    Last Post: 02-24-2007, 08:09 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
  •