enderalse/source/scripts/_00e_fs_nq02_teleportonactivate.psc

14 lines
336 B
Plaintext
Raw Normal View History

Scriptname _00E_FS_NQ02_TeleportOnActivate extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if akActionRef == Game.GetPlayer()
Game.GetPlayer().MoveTo(teleportMarker)
PHYWaterSplashM.Play(Game.GetPlayer())
endif
EndEvent
ObjectReference Property teleportMarker Auto
Sound Property PHYWaterSplashM Auto