18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
Scriptname _00E_FS_NQ01_MessageOnEnterScr extends ObjectReference
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
Message Property _00E_FS_NQ01_BarrierMsg Auto
|
|
Sound Property MAGIllusionReleaseSound Auto
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
if akActionRef == PlayerREF
|
|
|
|
_00E_FS_NQ01_BarrierMsg.Show()
|
|
MAGIllusionReleaseSound.Play(PlayerREF)
|
|
|
|
endif
|
|
|
|
EndEvent
|