home *** CD-ROM | disk | FTP | other *** search
- /**** GASTANK ****/
-
- #include "gastankfrag.gsh"
-
-
- shape Shp_gastanka
- {
- file "levels\level06.rif"
- name "gastank A"
- }
-
- shape Shp_gastowera
- {
- file "levels\level06.rif"
- name "gastower A"
- }
-
- shape Shp_gastowere
- {
- file "levels\level06.rif"
- name "gastower E"
- }
-
- //shape Shp_gastowerf
- //{
- // file "levels\level06.rif"
- // name "gastower F"
- //}
-
- shape Shp_hull
- {
- file "levels\level06.rif"
- name "hull"
- }
- /**** GASTANK ****/
-
-
-
- role Rol_gastanka : Rol_PlacedObject
- {
- shape Shp_gastanka
- destructibility Frg_gastankfrag
- identifier "gastank"
- ai blocker
- armour 22
- }
-
- role Rol_gastowera : Rol_PlacedObject
- {
- shape Shp_gastowera
- destination selectable yes
- }
-
- role Rol_gastowere : Rol_PlacedObject
- {
- shape Shp_gastowere
- destination selectable yes
- }
-
- //role Rol_gastowerf : Rol_PlacedObject
- //{
- // shape Shp_gastowerf
- // destination selectable yes
- //}
-
- role Rol_hull : Rol_PlacedObject
- {
- shape Shp_hull
- hit test ignore yes
- }
-
-