4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
496 B

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