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.
 
 
 

21 lines
606 B

Scriptname _00E_FS_FlusshaimPhasmalismDoor2Scr extends ObjectReference
Event OnActivate(objectReference akActionRef)
If akActionRef == PlayerREF
int iButton = _00E_FS_FlusshaimPhasmalismDoor2Msg.Show()
if iButton == 0
_00E_FS_FlusshaimPhasmalismDoorSound.Play(PlayerREF)
PlayerREF.MoveTo(FlusshaimPhasmalistTeleportMarker)
ElseIf iButton == 1
Return
EndIf
EndIf
EndEvent
Actor Property PlayerREF Auto
Message Property _00E_FS_FlusshaimPhasmalismDoor2Msg Auto
ObjectReference Property FlusshaimPhasmalistTeleportMarker Auto
Sound Property _00E_FS_FlusshaimPhasmalismDoorSound Auto