14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
Scriptname _00E_HeartlandPoacherCageScript extends ObjectReference
|
|
|
|
Keyword Property LinkCustom01 Auto
|
|
|
|
Event OnOpen(ObjectReference akActionRef)
|
|
GoToState("DoNothing")
|
|
(GetLinkedRef(LinkCustom01) as _00E_HeartlandTrappedBearScript).ReleaseFromCage()
|
|
EndEvent
|
|
|
|
State DoNothing
|
|
Event OnOpen(ObjectReference akActionRef)
|
|
; Do nothing
|
|
EndEvent
|
|
EndState |