home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / MegaJitterV1,3.LHA / scenarios / oasis < prev   
Encoding:
Text File  |  1994-05-18  |  528 b   |  26 lines

  1. /*    This is an AREXX program to set up a specific MegaJitter (C) LVA
  2.     ecosystem scenario.
  3.  
  4.     Written by L.Vanhelsuwé in MAY 1994
  5.  
  6.     SCENARIO NAME = "Oasis of Love"
  7. */
  8.  
  9. ADDRESS "REXX-MJ"
  10.  
  11. 'MJ_SEX'                    /* enable sexual reproduction */
  12. 'MJ_NOVISION'                /* but disable all vision */
  13.  
  14. 'INIT_BUGS'        50
  15. 'INIT_FOOD'        50            /* little initial food, 'coz small area */
  16.  
  17. 'OASIS_SIZE'    20            /* This is it: a small oasis of food ! */
  18.  
  19. 'INIT_ENERGY'    2400
  20. 'INIT_VARIANCE'    80
  21. 'MUTATE_RANGE'    40                    
  22. 'FOOD_RATE'        20    
  23. 'FOOD_ENERGY'    700                
  24.  
  25. 'MJ_RESET'
  26.