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.
 
 
 

25 lines
630 B

Scriptname _00E_ChainActivatorBrownRockCave extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
ForsakenOne01.Enable()
ForsakenOne02.Enable()
ForsakenOne03.Enable()
ForsakenOne04.Enable()
Coffin01.SetOpen()
Coffin02.SetOpen()
Coffin03.SetOpen()
Coffin04.SetOpen()
EndEvent
ObjectReference Property ForsakenOne01 Auto
ObjectReference Property ForsakenOne02 Auto
ObjectReference Property ForsakenOne03 Auto
ObjectReference Property ForsakenOne04 Auto
ObjectReference Property Coffin01 Auto
ObjectReference Property Coffin02 Auto
ObjectReference Property Coffin03 Auto
ObjectReference Property Coffin04 Auto