add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
17
gamedata/configs/scripts/zaton/zat_b38_lift.ltx
Normal file
17
gamedata/configs/scripts/zaton/zat_b38_lift.ltx
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[logic]
|
||||
active = ph_button@closed
|
||||
|
||||
[ph_button@closed]
|
||||
anim_blend = true
|
||||
anim = idle_close
|
||||
on_info = {+zat_b38_lift_open} ph_button@opening %=play_sound(zat_b38_elevator_door)%, {+zat_b38_forbidden_fail} ph_button@opened
|
||||
|
||||
[ph_button@opening]
|
||||
anim_blend = true
|
||||
anim = open
|
||||
on_game_timer = 25 | ph_button@opened
|
||||
|
||||
[ph_button@opened]
|
||||
anim_blend = true
|
||||
anim = idle_open
|
||||
on_info = {-zat_b38_lift_opened} %+zat_b38_lift_opened%
|
||||
Loading…
Add table
Add a link
Reference in a new issue