I'm writing my first Papyrus script and I have a question regarding current locations.
I understand you can do Game.GetPlayer().GetCurrentLocation() to get the current location of your player character. But when I do Debug.MessageBox(Game.GetPlayer().GetCurrentLocation()) it returns None.
I also tried Self.GetCurrentLocation() on an activator, but it also returns None.
Thanks.