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.
 
 
 

19 lines
357 B

scriptName TrapRiggedRockfall Extends TrapBase
;
;
;=============================================
auto State Idle
event onActivate (objectReference activateRef)
goToState("DoNothing")
; ;debug.TRACE("Idle trigger")
lastActivateRef = activateRef
playAnimation("break")
;activate rocks if necessary
endEvent
endState
state DoNothing
endState