Page 8 of 8 FirstFirst ... 678
Results 176 to 200 of 200

Thread: How to create your first script

  1. #176
    Join Date
    Oct 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This worked great. Now i know a very little about scripting. however, every visit to SRL gets me closer and closer to my own script. Thanks Bebe for the awesome tut. Now on to the next lesson. BTW, I was a little confused on the Writln, I kept putting an i in there and it gave an error.


    Slackjaw

  2. #177
    Join Date
    Oct 2007
    Location
    United States
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Woo-hoo, I think this TuT will lead me to my first script =P

    Thanks!

  3. #178
    Join Date
    Nov 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SWEET ty vm!

  4. #179
    Join Date
    Nov 2007
    Location
    North/south eurausasiamericafricatic
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Now that we have a "const" we need it to do something. You can find a basic list of procedures and functions in your SCAR folder called "procedureparams". It should look somthing like this:

    i cant find that folder
    It's 42

  5. #180
    Join Date
    Jul 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice guide!!! this will help a lot of people out

  6. #181
    Join Date
    Dec 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.- put this in your sig!
    http://www.stats.srl-forums.com/sigs/3528.png

  7. #182
    Join Date
    Dec 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Helped absolutely loads, Thanks!

  8. #183
    Join Date
    Dec 2007
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default

    wow this is great thank you do you know any1 who can teach me scripting further i want to make an autobot for runescape and you taught me how to talk now i just gotta learn how to walk ;...lol

  9. #184
    Join Date
    Dec 2007
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default ty can u teach me further?

    wow this is great thank you do you know any1 who can teach me scripting further i want to make an autobot for runescape and you taught me how to talk now i just gotta learn how to walk ;...lol also to contact me email me at westkevin12@hotmail.com;

  10. #185
    Join Date
    Jan 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Omg!

    omg Bebe thank you so much when i first started SCAR (about 2 mins ago) i didnt know ANYTHING you helped me out a lot and i can create a monologue XD well i hope that you make more tutorials...or lessons which will aid me and many others in creating more advanced scripts
    _________________________
    procedure thx;
    begin
    wait(1000)
    Writeln('thank you so much');
    wait(1000)
    Writeln('you are the best');
    end;

    begin
    repeat
    thx;
    until(false)

    end.
    _________________________

    hehe -11sbasti-

  11. #186
    Join Date
    Mar 2008
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very good Tutorial. I think I've seen one similar to this, but this one is better described.

  12. #187
    Join Date
    Mar 2008
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice tut I never scripted of my life this will be my first ever script

  13. #188
    Join Date
    Mar 2008
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I gave it a try and it says WriteIn thing is not correct.

    SCAR Code:
    program script;

    const
    Message1='Hypnose first script';

    procedure hello;
    begin
     wait(1000)
     WriteIn(Message1);
    end;
     
    begin
     repeat
      hello;
     until(false)
    end.

  14. #189
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hypnose View Post
    I gave it a try and it says WriteIn thing is not correct.

    SCAR Code:
    program script;

    const
    Message1='Hypnose first script';

    procedure hello;
    begin
     wait(1000)
     WriteIn(Message1);
    end;
     
    begin
     repeat
      hello;
     until(false)
    end.
    You Have
    WriteIn
    must be
    WriteLn

    You Have a I you need a L from LiNe
    ~Hermen

  15. #190
    Join Date
    Mar 2008
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you its very helpful

  16. #191
    Join Date
    Apr 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice!

  17. #192
    Join Date
    May 2008
    Location
    Brazil
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice tutorial, i hope i don't forget what i learned here! :P
    In search for Knowledge... if i don`t get bored
    http://www.stats.srl-forums.com/sigs/5382.png

  18. #193
    Join Date
    Apr 2008
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very nice guide, i will try but i am not good on this things lol tyvm for the guide that is why i am learning

  19. #194
    Join Date
    Jun 2008
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this helped me out a lot, thanks

  20. #195
    Join Date
    Jun 2008
    Location
    Scotland
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Brilliant tutorial. Ill try make a few basic scripts with this.

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

    Default

    Another super tutorial by Bebe! I understand a lot more now...

  22. #197
    Join Date
    Aug 2008
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i followed this script and it was very helpful thank you for it.
    and also you explained every step was explained very well

  23. #198
    Join Date
    Nov 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yay! i made my first working script! thanks!

  24. #199
    Join Date
    Nov 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, thanks a lot. This is my first working Scar script that I wrote ... well I didn't actually write it now did I ... typed it in myself anyway ... Thanks

  25. #200
    Join Date
    Feb 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you for a good tut =)

Page 8 of 8 FirstFirst ... 678

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. create short script...
    By supersayian2224 in forum OSR Help
    Replies: 6
    Last Post: 01-16-2009, 03:30 AM
  2. For all that want to create a first script
    By Spiritualowl in forum OSR Help
    Replies: 3
    Last Post: 03-16-2008, 02:49 AM
  3. Someone help me create first script?
    By Immortal_DemiGod in forum OSR Help
    Replies: 13
    Last Post: 12-23-2007, 03:22 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
  •