4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
494 B

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