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.
 
 
 

16 lines
474 B

Scriptname _00E_MQ11c_ThoughtMessageSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == PlayerREF && MQ11c.GetCurrentStageID() >= 60 && MQ11c.GetCurrentStageID() <= 65 && !bDone
bDone = true
_00E_MQ11c_RockBarrierThoughts.ShowAsHelpMessage("_00E_MQ11c_RockBarrierThoughts", 5, 1, 1)
EndIf
EndEvent
bool bDone
Quest Property MQ11c Auto
Message Property _00E_MQ11c_RockBarrierThoughts Auto
Actor Property PlayerREF Auto