home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Gamelogic / GameEvents / uCmd.Fire-MortarFireMultiple.inf < prev    next >
INI File  |  2002-10-14  |  767b  |  69 lines

  1.  
  2. [uCmd.Fire/MortarFireMultiple : cESEvent]
  3. {
  4.     Name = uCmd.Fire/MortarFireMultiple
  5.     Enabled = 1
  6.     Type = 1
  7.     RefreshRate = 0
  8.  
  9.     [Procedures *]
  10.     {
  11.  
  12.         [: cESIf]
  13.         {
  14.             Note = ""
  15.  
  16.             [Condition : cESCNumEquals]
  17.             {
  18.                 Note = ""
  19.  
  20.                 [Value1 : cUGetCommandType]
  21.                 {
  22.  
  23.                 }
  24.                 [Value2 : cUEnumCommand]
  25.                 {
  26.                     ECommand = 28
  27.  
  28.                 }
  29.             }
  30.             [Then *]
  31.             {
  32.  
  33.                 [: cESIf]
  34.                 {
  35.                     Note = ""
  36.  
  37.                     [Condition : cUIsUserCommand]
  38.                     {
  39.                         Note = ""
  40.  
  41.                     }
  42.                     [Then *]
  43.                     {
  44.  
  45.                         [: cESSubrutine]
  46.                         {
  47.                             Subrutine = uSub.SetPrimaryWeapon
  48.  
  49.                         }
  50.                     }
  51.                     [Else *]
  52.                     {
  53.  
  54.                     }
  55.                 }
  56.                 [: cESSubrutine]
  57.                 {
  58.                     Subrutine = uSub.Fight
  59.  
  60.                 }
  61.             }
  62.             [Else *]
  63.             {
  64.  
  65.             }
  66.         }
  67.     }
  68. }
  69.