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");