Hey so I tried compiling a script that I have and I got this error. how do I fix it?
"
[Error] C:\Simba\Includes\SPS/SPS.simba(38:17): Unknown type 'T4DIntegerArray' at line 37
Compiling failed."
SPS_Loaded, SPS_Debug, SPS_Continue: boolean;
SPS_Areas: TStringArray;
SPS_Surface: TSPSSurface;
SPS_Worldmap: T4DIntegerArray; //<-------This is line 37


Reply With Quote