What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Get Map Name

Taranira

New Member
Joined
Dec 21, 2014
Messages
329
Reaction score
1
Hey is there any option to get the name from the map where the char is currently. I have searched for sth like it in the API but haven't found sth like that. Maybe I'm just searching with the wrong words^^
 
I do use the following:

Code:
var t = host.getCurrentTerritory();
t.displayName
 
Back
Top