12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
|
scriptName NorPullBar01SCRIPT extends ObjectReference
|
||
|
|
||
|
import debug
|
||
|
import utility
|
||
|
|
||
|
Auto STATE Waiting
|
||
|
EVENT onActivate (objectReference triggerRef)
|
||
|
self.BlockActivation(true)
|
||
|
playAnimationandWait("Pull","Reset")
|
||
|
self.BlockActivation(false)
|
||
|
endEVENT
|
||
|
endState
|