Getting the current map's Tileset ID - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: Getting the current map's Tileset ID (/thread-3533.html) |
Getting the current map's Tileset ID - PK8 - 05-31-2011 Hey again. I'm trying to figure out how to get the Tileset ID from the current map. Edit (2:29pm): I just figured it out. Here's the code if anyone's curious. Code: $game_map.instance_eval("@map.tileset_id") |