22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
Scriptname _00E_FS_NQ03_CommentLightScr extends ObjectReference
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
if Done == false
|
|
FS_NQ03.PlayCommentLight()
|
|
_00E_AltIshmartepElectroShotSound.Play(PlayerREF)
|
|
_00E_FS_NQ03_CommentLightMarker.Enable()
|
|
Done = true
|
|
endif
|
|
|
|
EndEvent
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
_00E_FS_NQ03_Functions Property FS_NQ03 Auto
|
|
|
|
ObjectReference Property _00E_FS_NQ03_CommentLightMarker Auto
|
|
|
|
Sound Property _00E_AltIshmartepElectroShotSound Auto
|
|
|
|
bool Done = false |