Scriptname _00E_Nico_WorldspaceDebugScript extends ObjectReference  

Event OnActivate(ObjectReference akActionRef)

	; if akActionRef == Game.GetPlayer()
		; Debug.MessageBox(Game.GetPlayer().GetWorldSpace())
	; EndIf

EndEvent