PDA

View Full Version : My First (kinda) Script



rotflmfwao
07-18-2007, 08:27 PM
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...

Pentti
07-18-2007, 08:33 PM
Nice, you have learned arrays too.
Good work man!

rotflmfwao
07-18-2007, 08:37 PM
Arrays, TPoint, MultiDimentional arrays, no problem. (Just on how to define MultiDimentional Arrays, is it:Var
i:Array Array of Integer;

And it would be like

DefineArrayLength(i,3);
DefineArrayLength(i[0],3);
DefineArrayLength(i[1],3);
DefineArrayLength(i[2],3);

And it would give you the ability to use

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