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.
 
 
 

14 lines
515 B

scriptName _00E_MQ08PressurePlate extends ObjectReference
event OnTriggerEnter(objectReference triggerRef )
if MQ08_IntoTheDeep.GetCurrentStageID() == 125 && triggerRef == Game.GetPlayer()
MQ08_IntoTheDeep.SetCurrentStageID(130)
Self.Activate(MQ08PortcullisRef, false)
MQ08PortcullisRef.PlayAnimation("Close")
MQ08PortcullisRef02.PlayAnimation("Open")
EndIf
endevent
Quest Property MQ08_IntoTheDeep Auto
ObjectReference Property MQ08PortcullisRef Auto
ObjectReference property MQ08PortcullisRef02 auto