19 lines
494 B
Plaintext
19 lines
494 B
Plaintext
Scriptname _00E_MQ11a_SC16_SayOnActivate extends ObjectReference
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
if akActionRef == PlayerREF && (MQ11a_RightTower.GetValueInt() == 3) && !Done
|
|
_00E_MC_CaliaREF.Say(MQ11a_D11_MiscellaneousTopic)
|
|
Done = True
|
|
Else
|
|
Self.Activate(akActionRef, True)
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
|
|
bool Done
|
|
Topic Property MQ11a_D11_MiscellaneousTopic Auto
|
|
GlobalVariable Property MQ11a_RightTower Auto
|
|
Actor Property PlayerREF Auto
|
|
Actor Property _00E_MC_CaliaREF Auto |