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

  1.  
  2. [uSub.GTC_Run/CanNotShootRunning : cESEvent]
  3. {
  4.     Name = uSub.GTC_Run/CanNotShootRunning
  5.     Enabled = 1
  6.     Type = 2
  7.     RefreshRate = 0
  8.  
  9.     [Procedures *]
  10.     {
  11.  
  12.         [: cESIntToVar]
  13.         {
  14.             VariableName = TargetCondition
  15.             Keep = 0
  16.  
  17.             [Value : cESFIntConst]
  18.             {
  19.                 Value = 1
  20.  
  21.             }
  22.         }
  23.         [: cESLog]
  24.         {
  25.             Text = "TargetCondition = 1"
  26.  
  27.         }
  28.     }
  29. }
  30.