14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
|
Scriptname _00E_ArkGenericDialogue_MithPoemSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
If akActionRef == PlayerREF
|
||
|
ArkGenericDialogue.bPlayerWithinHearingDistance = True
|
||
|
ArkGenericDialogue.StartRandomPoemScene()
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Actor Property PlayerREF Auto
|
||
|
_00E_Ark_GenericDialogueFunctions Property ArkGenericDialogue Auto
|