enderalse/source/scripts/_00e_nico_worldspacedebugscript.psc

9 lines
228 B
Plaintext

Scriptname _00E_Nico_WorldspaceDebugScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
; if akActionRef == Game.GetPlayer()
; Debug.MessageBox(Game.GetPlayer().GetWorldSpace())
; EndIf
EndEvent