Jump to content

How to know the current zone name ?


Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...