home *** CD-ROM | disk | FTP | other *** search
/ CD Action 18 B / cdactioncoverdisc18b1997.iso / postal / data.z / BESERK.LGK < prev    next >
Text File  |  1997-09-11  |  3KB  |  31 lines

  1. // This guy is triggered by a pop-out trigger area, but once triggered,
  2. // he just jumps out and tries to kill you. (The trigger area can be far away)
  3.  
  4. GET_ACTION    PYLON_AVAIL    IS_TRIGGERED    TARGET_DIST    MY_HEALTH    DUDE_HEALTH    USER1         POPOUT_AVAIL    RUNSHOOT_AVAIL    SAFETY_AVAIL    RECENTLY_SHOT HELPCALL    ->    SET_ACTION    USER1
  5.  
  6. // We need to find a popout nearby.  Let's try two user states:
  7.  
  8. Guard       *           false          VeryClose   *           *           default        *              *              *           *                    *                Engage      active
  9.                                                                                                                                                                                                             
  10. Guard       *           *              *           *           *           default        *              true           *           *                    *                Run&Shoot   active      
  11. Guard       *           *              *           *           *           default        true           *              *           *                    *                Popout      active                
  12. Guard       *           *              *           *           *           default        *              *              *           *                    *                Advance     *   
  13.                                                                                                                                                                                                                 
  14. Advance     *           *              *           *           *           default        *              true           *           *                    *                Run&Shoot   active      
  15. Advance     *           *              *           *           *           default        true           *              *           *                    *                Popout      active                
  16. Advance     *           false          VeryClose   *           *           default        *              *              *           *                    *                Engage      active
  17.                                                                                                                                                                                                                 
  18. Engage      *           *              >Medium     *           *           active        *              *              *           *                    *                Advance     *   
  19. Advance     *           *              <far        *           *           active        *              *              *           *                    *                Engage      *   
  20. Popout      *           true           *           *           *           active        *              *              *           *                    *                Engage      *   
  21. Run&Shoot   *           true           *           *           *           active        *              *              *           *                    *                Engage      *   
  22. Popout      *           *              <Medium     *           *           active        *              *              *           *                    *                Engage      *   
  23. Run&Shoot   *           *              <Medium     *           *           active        *              *              *           *                    *                Engage      *   
  24. Popout        *                *                    *                *                *                *                *                    *                    *                true                *                Engage        *
  25. Run&Shoot    *                *                    *                *                *                *                *                    *                    *                true                *                Engage        *
  26. Popout        *                *                    *                *                *                *                *                    *                    *                *                    true            Help            *
  27. Run&Shoot    *                *                    *                *                *                *                *                    *                    *                *                    true            Help            *
  28. Help            *                *                    *                *                *                *                *                    *                    *                *                    false            Guard            *
  29.                                                                                                                                                                                                                 
  30. *           *           *              *           *           *           *                *              *              *           *                    *                *           *   
  31.