View Single Post
  #1  
Old 06-27-2013, 10:08 PM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
Detecting A Level's Tile Def

Hello, I was wondering if there was a function to detect a tileset in a level. This would be much easier with a script I have made. Is there a way to do this? I don't think so, because setting the tileset is done clientside and I would like to somehow detect the level's tileset serverside. It would be useful to have a function like this.

For example

PHP Code:
this.def findTileDef("level.nw"); 
Reply With Quote