Bigagb Posted November 18, 2010 Posted November 18, 2010 Is there any way of knowing through Script, the id of the World Space where are you? With getpos know the coordinates x, y, z but know where you are
ObLars Posted November 18, 2010 Posted November 18, 2010 Is there any way of knowing through Script, the id of the World Space where are you? With getpos know the coordinates x, y, z but know where you are I'd like too know this aswell..
Quetzlsacatanango Posted November 18, 2010 Posted November 18, 2010 You can check if you are in a specific worldspace ref.getinworlspace worldspacename will return 1 if you are in the named worldspace. I don't know of a way to, say, set a variable to the name of the worldspace you are in if that's what you're asking.
thc1234 Posted November 18, 2010 Posted November 18, 2010 NVSE player.GetParentCell looks like a good bet (however You'll only have reference).You can then use printC to print formID or Name (in theory, never tried this for cell).
Recommended Posts