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

  1.  
  2. [uCmd.Delay : cESEvent]
  3. {
  4.     Name = uCmd.Delay
  5.     Enabled = 1
  6.     Type = 1
  7.     RefreshRate = 0
  8.  
  9.     [Procedures *]
  10.     {
  11.  
  12.         [: cESNote]
  13.         {
  14.             Text = "Azonos a korabbi verzioval"
  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 = 27
  32.  
  33.                 }
  34.             }
  35.             [Then *]
  36.             {
  37.  
  38.                 [: cESIf]
  39.                 {
  40.                     Note = ""
  41.  
  42.                     [Condition : cESCNumGreater]
  43.                     {
  44.                         Note = ""
  45.  
  46.                         [Value1 : cUGetCommandIntParam]
  47.                         {
  48.  
  49.                         }
  50.                         [Value2 : cESFIntConst]
  51.                         {
  52.                             Value = 0
  53.  
  54.                         }
  55.                     }
  56.                     [Then *]
  57.                     {
  58.  
  59.                         [: cUDecIntParam]
  60.                         {
  61.                             Value = 1
  62.  
  63.                         }
  64.                     }
  65.                     [Else *]
  66.                     {
  67.  
  68.                         [: cUCommandCompleted]
  69.                         {
  70.  
  71.                         }
  72.                     }
  73.                 }
  74.             }
  75.             [Else *]
  76.             {
  77.  
  78.             }
  79.         }
  80.     }
  81. }
  82.