source: abuse-frabs/trunk/addon/aliens/astartup.lsp @ 566

Last change on this file since 566 was 566, checked in by Sam Hocevar, 12 years ago

data: clean up data packages; remove cache profile data (.cpf), backup
files (.bak, .old), old DOS files (.ini, .386, .mem, .ini, .exe, .cfg)
and remove CRLF endings and trailing spaces from text files.

File size: 744 bytes
Line 
1;; Copyright 1997 Mike Moss (tfirestorm@aol.com),  All Rights reserved
2;; See readme for more details on usage rights
3;; blah blah yackety smackety
4;;
5;; Must be installed to abuse/addon/aliens/
6;;
7;; For full incorporation into Abuse see the readme
8;;
9;; Make a level and distribute it
10;; All new objects are accessible through the level editor
11
12(load "addon/aliens/alichars.lsp")
13(load "addon/aliens/objects.lsp")
14(load "addon/aliens/powerups.lsp")
15(load "addon/aliens/sfx.lsp")
16(load "addon/aliens/tiles.lsp")
17
18;; Coming soon
19(load "addon/aliens/death.lsp")
20(if (not (load "addon/aliens/queen.lsp"))
21   (def_char ALI_QUE
22        (flags (unlistable T))
23        (funs (ai_fun   do_nothing))
24        (states "addon/aliens/aliens.spe"
25                (stopped "awdi0001.pcx"))))
26
Note: See TracBrowser for help on using the repository browser.