I try to find out in which worldspace an actor is. (Tamriel, ChorrolWorld etc.). But for some reason I always get 0 as result. I tested this in exterior cells. Any hint why I get 0 or how to get the World Spaces in another way?
Thx in advance:
set CurrentWorldSpaceRef to GetFirstRef 53 0
printtoconsole "WorldSpace: %i %n", CurrentWorldSpaceRef, CurrentWorldSpaceRef
set CurrentParentWorldSpaceRef to GetWorldSpaceParentWorldSpace CurrentWorldSpaceRef
printtoconsole "WorldSpaceParent: %i %n", CurrentParentWorldSpaceRef, CurrentParentWorldSpaceRef