21 lines
757 B
Plaintext
21 lines
757 B
Plaintext
|
Scriptname _00E_MQ04_PlayerFailsaveSC extends ObjectReference
|
||
|
|
||
|
;=====================================================================================
|
||
|
; EVENTS
|
||
|
;=====================================================================================
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == PlayerREF
|
||
|
PlayerREF.MoveTo(MQ04_D4_PlayerStandMarker)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
;=====================================================================================
|
||
|
; PROPERTIES
|
||
|
;=====================================================================================
|
||
|
|
||
|
Actor Property PlayerREF Auto
|
||
|
|
||
|
ObjectReference Property MQ04_D4_PlayerStandMarker Auto
|