home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2002 May / CD Rom Data Mayıs 2002.iso / Freeware / Blitz Basic / data1.cab / Support / help / samples / shootemup / includes / script.h < prev    next >
Encoding:
Text File  |  2002-04-10  |  445 b   |  9 lines

  1. ;
  2. ; ISL - Inner Scripting Language 
  3. ;
  4. ; Note: note even coded yet but I know I am going to need it
  5. ; basically the idea is, that you have a sequence of instructions
  6. ; that follow each other when events are complete in the game that being
  7. ; next wave, what type of wave of the eneermy in question stuff like that.
  8. ; in thory what I am creating here, is also a way to make many shoot'emups
  9. ; with the one game. ( thory but not the intent )