
06-26-2013, 05:07 AM
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
Quote:
Originally Posted by cbk1994
I usually put this into a player class:
PHP Code:
public function getPreciseLevelName() { if (this.level.name.ends(".gmap")) { return this.level.getmappartfile(this.x, this.y); } return this.level.name; }
|
.. |
|
|