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

  1.  
  2. [uCmd.DetonateClaymore : cESEvent]
  3. {
  4.     Name = uCmd.DetonateClaymore
  5.     Enabled = 1
  6.     Type = 1
  7.     RefreshRate = 0
  8.  
  9.     [Procedures *]
  10.     {
  11.  
  12.         [: cESNote]
  13.         {
  14.             Text = "Old. Made by Snowman."
  15.  
  16.         }
  17.         [: cESIf]
  18.         {
  19.             Note = ""
  20.  
  21.             [Condition : cESCNumEquals]
  22.             {
  23.                 Note = ""
  24.  
  25.                 [Value1 : cUGetCommandType]
  26.                 {
  27.  
  28.                 }
  29.                 [Value2 : cUEnumCommand]
  30.                 {
  31.                     ECommand = 10
  32.  
  33.                 }
  34.             }
  35.             [Then *]
  36.             {
  37.  
  38.                 [: cESIf]
  39.                 {
  40.                     Note = ""
  41.  
  42.                     [Condition : cESCNumEquals]
  43.                     {
  44.                         Note = ""
  45.  
  46.                         [Value1 : cUGetCommandState]
  47.                         {
  48.  
  49.                         }
  50.                         [Value2 : cESFIntConst]
  51.                         {
  52.                             Value = 0
  53.  
  54.                         }
  55.                     }
  56.                     [Then *]
  57.                     {
  58.  
  59.                         [: cUSetCommandState]
  60.                         {
  61.  
  62.                             [State : cESFIntConst]
  63.                             {
  64.                                 Value = 1
  65.  
  66.                             }
  67.                         }
  68.                         [: cUDetonateClaymores]
  69.                         {
  70.  
  71.                         }
  72.                     }
  73.                     [Else *]
  74.                     {
  75.  
  76.                     }
  77.                 }
  78.             }
  79.             [Else *]
  80.             {
  81.  
  82.             }
  83.         }
  84.     }
  85. }
  86.