Last change
on this file since 44 was
44,
checked in by Sam Hocevar, 15 years ago
|
- Importing abuse-frabs 2.10.
|
File size:
770 bytes
|
Rev | Line | |
---|
[44] | 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.