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.
 
 
 

18 lines
484 B

Scriptname _00E_FS_NQR05_TurnAroundSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
If akActionRef == PlayerREF
_00E_FS_NQR05_TurnAroundIMOD.Apply()
PlayerREF.MoveTo(FS_NQR05_SC01_TurnAroundMarkerREF)
MAGConjureFire.Play(PlayerREF)
EndIf
EndEvent
Actor Property PlayerREF Auto
ObjectReference Property FS_NQR05_SC01_TurnAroundMarkerREF Auto
ImageSpaceModifier Property _00E_FS_NQR05_TurnAroundIMOD Auto
Sound Property MAGConjureFire Auto