19 lines
524 B
Plaintext
19 lines
524 B
Plaintext
Scriptname _00E_MQ11c_RyneusRealActivationScript extends ReferenceAlias
|
|
{This script passes on the activation event to the invisible talking activator}
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
if (MQ11c.GetStage() >= 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
|