01-11-2015, 05:03 PM
I've been working on a script and I have a problem. I can get the zone id from the Player object, but how do I turn that into a human readable zone name? Do I have to make my own list of Zone IDs and Names or is there a function in Minion that returns Zone Name if provided a Zone ID? Something like ZoneName=GetZoneName(ZoneID). Or even better, just another property on the Player object: Player.ZoneName.