Quote from: dkh on Mon 01/02/2010 21:23:24Code: ags int array[20];
in the global script, top of file.Code: ags export array[20];
in the global script, end of file.Code: ags import int array[20];
in the global header.
Ach! Import to header! Thank you all, once again!