05-31-2011, 07:21 PM 
	
	
	
		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.
	
	
	
Edit (2:29pm): I just figured it out. Here's the code if anyone's curious.
Code:
$game_map.instance_eval("@map.tileset_id")
 
 
 Getting the current map's Tileset ID
 Getting the current map's Tileset ID
 

