home *** CD-ROM | disk | FTP | other *** search
- ;
- ;
- ;script for Gloom 3:Zombie Edition game
- ; By Gareth Murfin
- ;
- ; Stage One - The Underground Storage Units
- ; Stage Two - The Scientists Labs
- ; Stage Three - The Underground Tunnels
- ; Stage Four - The Living Quarters
- ; Stage Five - The Civillian Car Park
- ; Stage Six - The Mall
- ; Stage Seven - The Military Base
- ; Final Room - The Gallery
- ;
-
- pict_storage
-
- tile_5
-
- draw_
- show_
- text_Welcome to the contaminated underground storage units....
- wait_
- dark_
- play_map1a
-
- rest_Scientists Labs
-
- pict_labs
-
- tile_4
-
- draw_
- show_
- text_Welcome to the science labs. Watch out for the ex scientists..
- wait_
- dark_
- play_map2a
-
- rest_Underground Tunnels
-
- pict_Tunnel
-
- tile_6
-
- draw_
- show_
- text_Welcome to the Underground tunnels!!
- wait_
- dark_
- play_map3a
-
- rest_Living Quarters
-
- pict_living
-
- tile_7
-
- draw_
- show_
- text_Welcome to the old living quarters....
- wait_
- dark_
- play_map4a
-
- rest_Civillian Car parks
-
- pict_carpark
-
- tile_8
-
- draw_
- show_
- text_Welcome to the civillian car park....
- wait_
- dark_
- play_map5a
-
-
- pict_theend
- draw_
- show_
- text_Well done! .
- wait_
- done_
-
-