mymap.get() doesn't work mymap = maps["map"]
help pls
To use mymap.get()
you need to issue two arguments, the x and y coordinate of the tile. For example I want to get the 5th tile in the 7th column, that would be mymap.get(7,5)
.
For more information look at the Map-Method section in the API-Documentation.