example:
----------------------------
type tile
bla bla bla
end type
local x = 10
local y = 10
Global map:tile[]
map:tile = New tile[x, y]
----------------------------
result "unable to convert from 'tile array' to 'tile array'.. So how do you do it ?? I looked at the example in the "manual" but there was only an example of integer array.
----------------------------
type tile
bla bla bla
end type
local x = 10
local y = 10
Global map:tile[]
map:tile = New tile[x, y]
----------------------------
result "unable to convert from 'tile array' to 'tile array'.. So how do you do it ?? I looked at the example in the "manual" but there was only an example of integer array.