home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / comdemos / progs / badger / !Badger / PRELINK (.txt) < prev    next >
Encoding:
RISC OS BBC BASIC V Source  |  1992-12-08  |  803 b   |  34 lines

  1.  >PRELINK
  2. M%=1:
  3. "Newscroll2"
  4. points%=0
  5. location%=1
  6. start_flag%=0
  7. second_deads_found%=0:
  8. first_deads_location%=1
  9. second_deads_location%=2
  10. Iliquid_count%=0       : 
  11.  >30 warning >40 thirsty >55 danger >70 dead
  12. Ifood_count%=0         : 
  13.  >30 warning >40 hungrey >55 danger >70 dead
  14. 4lives%=3              : 
  15.  number of badgers left
  16. Atime_of_day_count%=31 : 
  17.  130 day time reverts to 0 after day
  18. Jfoods%=0              : 
  19.  1    2    4    8    16     32     64     128
  20. '                      : 
  21.  DOE  WORM
  22. L%=location%
  23. M%=start_flag%
  24. N%=second_deads_found%
  25. O%=first_deads_location%
  26. P%=second_deads_location%
  27. Q%=liquid_count%
  28. R%=food_count%
  29. S%=lives%
  30. T%=time_of_day_count%
  31. U%=points%
  32. V%=foods%
  33. "NEWSCROLL2"
  34.