Results 1 to 3 of 3

Thread: My First (kinda) Script

  1. #1
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My First (kinda) Script

    Okay, here's my sorta-kinda first script (I've got some more, but they're not done yet). It doesn't have a form because I'm tired of filling out 4 or five lines of text I open an autotalker. It took like 5 min, but it works. No antiban or antirandoms because you usually watch an auto talker...
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  2. #2
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice, you have learned arrays too.
    Good work man!

  3. #3
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Arrays, TPoint, MultiDimentional arrays, no problem. (Just on how to define MultiDimentional Arrays, is it:
    SCAR Code:
    Var
      i:Array Array of Integer;
    And it would be like
    SCAR Code:
    DefineArrayLength(i,3);
    DefineArrayLength(i[0],3);
    DefineArrayLength(i[1],3);
    DefineArrayLength(i[2],3);
    And it would give you the ability to use
    SCAR Code:
    i[0][0]
    i[0][1]
    i[0][2]
    i[1][0]
    i[1][1]
    i[1][2]
    i[2][0]
    i[2][1]
    i[2][2]

    At least I think it is, but yeah, arrays, TPoint arrays, w/e.

    And thanks XD
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. V 1.0, kinda sorta... XD
    By rotflmfwao in forum OSR Help
    Replies: 28
    Last Post: 08-07-2007, 02:18 PM
  2. this kinda saux
    By Stevee in forum OSR Help
    Replies: 7
    Last Post: 07-03-2007, 05:10 AM
  3. im kinda new
    By lomlom in forum Who Are You ? Who ? Who ?
    Replies: 1
    Last Post: 10-15-2006, 11:57 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
  •