Last change
on this file since 589 was
589,
checked in by Sam Hocevar, 12 years ago
|
data: remove exact duplicate Lisp files, merge all main space Lisp files,
and move most frabs addons to the main data directory.
|
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.