14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
|
Scriptname _00E_MQ14_SC01_StartFuneraSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == PlayerREF && MQ14.IsRunning()
|
||
|
MQ14.SetUpFuneralScene()
|
||
|
Self.Delete()
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Actor Property PlayerREF Auto
|
||
|
|
||
|
_00E_MQ14_Functions Property MQ14 Auto
|