add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
23
gamedata/configs/scripts/zaton/zat_b103_surge_door.ltx
Normal file
23
gamedata/configs/scripts/zaton/zat_b103_surge_door.ltx
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[logic]
|
||||
active = ph_door@open
|
||||
|
||||
[ph_door@def]
|
||||
on_info = {=surge_started =squad_in_zone_all(zat_b103_lost_merc_squad1:zat_surge_hide_b103)} ph_door@lock
|
||||
|
||||
[ph_door@close]:ph_door@def
|
||||
locked = false
|
||||
closed = true
|
||||
on_use = ph_door@open
|
||||
|
||||
[ph_door@open]:ph_door@def
|
||||
locked = false
|
||||
closed = false
|
||||
on_use = ph_door@close
|
||||
|
||||
[ph_door@lock]
|
||||
locked = true
|
||||
closed = true
|
||||
on_info = {=surge_complete} ph_door@open
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue