18 lines
552 B
Plaintext
18 lines
552 B
Plaintext
|
Scriptname _00E_MQ07b_CaliaCommentSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == Game.GetPlayer() && !bDone && MQ07b.IsRunning() && CompanionIsTalking.GetValueInt() == 0
|
||
|
CompanionIsTalking.SetValueInt(1)
|
||
|
_00E_MC_CaliaREF.Say(MQ07b_DeusExMachina_CaliaAltDothulgradTopic01)
|
||
|
bDone = True
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
bool bDone
|
||
|
|
||
|
Quest Property MQ07b Auto
|
||
|
Actor Property _00E_MC_CaliaREF Auto
|
||
|
Topic Property MQ07b_DeusExMachina_CaliaAltDothulgradTopic01 Auto
|
||
|
GlobalVariable Property CompanionIsTalking Auto
|