GetCurrentLocation() Not working as used.

Post » Thu Apr 25, 2013 3:01 am

Geeze I hate these new short post titles... why did they change that?

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?
User avatar
Laura Cartwright
 
Posts: 3483
Joined: Mon Sep 25, 2006 6:12 pm

Post » Wed Apr 24, 2013 2:54 pm

Never mind, I just needed to do a clean save with the mod I was working on. It is working just fine now.
User avatar
Natasha Biss
 
Posts: 3491
Joined: Mon Jul 10, 2006 8:47 am


Return to V - Skyrim