home *** CD-ROM | disk | FTP | other *** search
- /*
- ==============================================================================
-
- Secondary Impulse Command Checker
-
- ==============================================================================
- */
-
-
- //=============================================================
- // CheckSecondaryImpulseCommands - Called by weapons.qc before
- // processing impulses
- //=============================================================
- void () CheckSecondaryImpulseCommands =
- {
- if (self.impulse == BOT_CREATE)
- BotCreate();
- return;
- };
-