home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 March / Gamestar_49_2003-03_cd2.bin / data / mission / DisarmBomb.txt < prev    next >
Text File  |  1999-11-30  |  295b  |  16 lines

  1. // Victory Conditions
  2.  
  3. OBJECT_CONDITION
  4.     DESCRIPTION     VC_MP_DSB_BLUE_BOMB_DISARMED
  5.     SIDE        0
  6.     OBJECT        BlueBomb
  7.     GOAL_TYPE    PRIMARY_GOAL
  8.     RESULT        SUCCESS
  9.  
  10. OBJECT_CONDITION
  11.     DESCRIPTION     VC_MP_DSB_GOLD_BOMB_DISARMED
  12.     SIDE        1
  13.     OBJECT        GoldBomb
  14.     GOAL_TYPE    PRIMARY_GOAL
  15.     RESULT        SUCCESS
  16.