virginharvester Posted May 20, 2018 Posted May 20, 2018 hi, sorry for my bad englishis there any script to detect player locationsomething like this : Debug.MessageBox("Hello player, your location is in " +your_location) if you in Sanctuary Hills, the Message will out like this :"Hello player, your location is in Sanctuary Hills" is script like that exist?
Evangela Posted May 20, 2018 Posted May 20, 2018 To show the name, you need the F4SE function getname. example only: String locName = Game.GetPlayer().GetCurrentLocation().GetName() if locName != "" debug.messageBox("Hello player, your location is in " +locName) else debug.messageBox("Hello player, this location has no name assigned to it.") end
virginharvester Posted May 21, 2018 Author Posted May 21, 2018 On 5/20/2018 at 1:15 PM, Rasikko said: To show the name, you need the F4SE function getname. example only:String locName = Game.GetPlayer().GetCurrentLocation().GetName() if locName != "" debug.messageBox("Hello player, your location is in " +locName) else debug.messageBox("Hello player, this location has no name assigned to it.") endah thanks for reply,i like to give you kudo,but seems i have give you one, haha
Recommended Posts