18-04-2008, 08:52 PM
Got this error while doing my scroll maps
Compile error : Wrong number of dimensions
For y = 0 To MAX_MAPY
For x = 0 To MAX_MAPX
SaveMap.Tile(x, y).Ground = Val(Parse(n))
Highlights =RED
Compile error : Wrong number of dimensions
For y = 0 To MAX_MAPY
For x = 0 To MAX_MAPX
SaveMap.Tile(x, y).Ground = Val(Parse(n))
Highlights =RED