home *** CD-ROM | disk | FTP | other *** search
RISC OS BBC BASIC V Source | 1992-12-08 | 803 b | 34 lines |
- >PRELINK
- M%=1:
- "Newscroll2"
- points%=0
- location%=1
- start_flag%=0
- second_deads_found%=0:
- first_deads_location%=1
- second_deads_location%=2
- Iliquid_count%=0 :
- >30 warning >40 thirsty >55 danger >70 dead
- Ifood_count%=0 :
- >30 warning >40 hungrey >55 danger >70 dead
- 4lives%=3 :
- number of badgers left
- Atime_of_day_count%=31 :
- 130 day time reverts to 0 after day
- Jfoods%=0 :
- 1 2 4 8 16 32 64 128
- ' :
- DOE WORM
- L%=location%
- M%=start_flag%
- N%=second_deads_found%
- O%=first_deads_location%
- P%=second_deads_location%
- Q%=liquid_count%
- R%=food_count%
- S%=lives%
- T%=time_of_day_count%
- U%=points%
- V%=foods%
- "NEWSCROLL2"
-