9 lines
228 B
Plaintext
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
|