Ive been editing a tileset of mine, and when i imported and tried to test play, i got this error:
http://img.photobucket.com/albums/v463/ ... error1.png[/img]
i opened up my script editor and this is the line im getting the error on (the second line).
i haven't touched this code and the error only happens when i try to test play the maps using the tileset i was just messing with. whats going on, this hasn't happened to me before. my tileset is 256 x 992. there should be no issue...
http://img.photobucket.com/albums/v463/ ... error1.png[/img]
i opened up my script editor and this is the line im getting the error on (the second line).
Code:
   # Add tile priority * 32
   return z + $game_map.priorities[@tile_id] * 32
i haven't touched this code and the error only happens when i try to test play the maps using the tileset i was just messing with. whats going on, this hasn't happened to me before. my tileset is 256 x 992. there should be no issue...