i've only just come back to scar scripting and anyways heres my problem
I stole these bits from a script i did years ago.
im trying to set up an array with:

Code:
type
arraytype =array[0..28] of Integer;

var
numImageArray : arraytype;


   DropExcept(numImageArray);


Something like numImageArray[1] := 4353434;
help? Im not sure where to put the integers if you understand what i mean.


Edit :nvm found a tutoriAL