Michel7890 Posted August 28, 2015 Share Posted August 28, 2015 Hi, Im writing a mod that create a status line. I would like to know the zone's name.I tried : var zoneName : EZoneName;var zoneString : name;zoneName = theGame.GetCurrentZone();zoneString = ZoneTypeToName(zoneName); But I always get 'None' for name.Is thare anything to do ? Thanks for help Link to comment Share on other sites More sharing options...
Recommended Posts