home *** CD-ROM | disk | FTP | other *** search
- /* This is an AREXX program to set up a specific MegaJitter (C) LVA
- ecosystem scenario.
-
- Written by L.Vanhelsuwé in MAY 1994
-
- SCENARIO NAME = "Oasis of Love"
- */
-
- ADDRESS "REXX-MJ"
-
- 'MJ_SEX' /* enable sexual reproduction */
- 'MJ_NOVISION' /* but disable all vision */
-
- 'INIT_BUGS' 50
- 'INIT_FOOD' 50 /* little initial food, 'coz small area */
-
- 'OASIS_SIZE' 20 /* This is it: a small oasis of food ! */
-
- 'INIT_ENERGY' 2400
- 'INIT_VARIANCE' 80
- 'MUTATE_RANGE' 40
- 'FOOD_RATE' 20
- 'FOOD_ENERGY' 700
-
- 'MJ_RESET'
-