Fix fire handle
This commit is contained in:
parent
1419308993
commit
c73675af20
@ -267,7 +267,13 @@
|
||||
<ANTICLOCKWISE_CODE>(L:#ANIM_NAME_PUSHPULL#) 2 == if{ #WHEEL_DOWN# (>L:CEVENT) }</ANTICLOCKWISE_CODE>
|
||||
<!-- Check if the Guard is open and we're in the first position before allowing the event to fire -->
|
||||
<PULL_CODE>
|
||||
(L:#GUARD_ID#) 1 == if{
|
||||
(L:#ANIM_NAME_PUSHPULL#) 0 == if{
|
||||
(L:#GUARD_ID#) 1 == if{
|
||||
#PULL_DOWN# (>L:CEVENT)
|
||||
0 (>L:#GUARD_ID#)
|
||||
quit
|
||||
}
|
||||
} els{
|
||||
(L:#ANIM_NAME_ROTATION#) 1 == if{ #PULL_DOWN# (>L:CEVENT) }
|
||||
}
|
||||
</PULL_CODE>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user