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.
 
 
 

18 lines
533 B

Scriptname _00E_MQ11c_RyneusRealActivationScript extends ReferenceAlias
{This script passes on the activation event to the invisible talking activator}
Event OnActivate(ObjectReference akActionRef)
if (MQ11c.GetCurrentStageID() >= 275)
;Debug.Notification("Fired")
RyneusActivator.Activate(PlayerREF)
EndIf
EndEvent
int CoughingSound
ObjectReference Property RyneusActivator Auto
Actor Property PlayerREF Auto
Quest Property MQ11c Auto
GlobalVariable Property RyneusGlobal Auto
Sound Property _00E_MQ11c_RyneusIdleSickM Auto