home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / base / global / deadguy.scr < prev    next >
Encoding:
Text File  |  1999-02-24  |  196 b   |  15 lines

  1. //
  2. // deadguy.scr
  3. //
  4. // This file is parsed by actors.  It sets up the AI states.
  5. //
  6.  
  7. local.self enemy
  8. local.self ignoreall
  9.  
  10. // Don't do a goddamned thing!
  11. loop:
  12. pause
  13. goto loop
  14.  
  15. end