anyway....
string Name = Playerref.GetCurrentLocation().getname()
Debug.notification("TEST - " + Name)
Gives me: TEST -
string Name = Playerref.GetCurrentLocation()
Debug.notification("TEST - " + Name)
Gives me: TEST - NONE
Anyone know how I can get the name of the area the player is in so I can print it to screen in the Notification?