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

  1.  
  2. [Event.VMLastEvent : cESEvent]
  3. {
  4.     Name = Event.VMLastEvent
  5.     Enabled = 1
  6.     Type = 4
  7.     RefreshRate = 0
  8.  
  9.     [Procedures *]
  10.     {
  11.  
  12.         [: cESIf]
  13.         {
  14.             Note = ""
  15.  
  16.             [Condition : cESCNot]
  17.             {
  18.                 Note = ""
  19.  
  20.                 [Condition : cMIsEmptyTarget]
  21.                 {
  22.                     Note = ""
  23.  
  24.                     [Target : cUGetAttackTarget]
  25.                     {
  26.  
  27.                     }
  28.                 }
  29.             }
  30.             [Then *]
  31.             {
  32.  
  33.                 [: cUStoreCmdTarget]
  34.                 {
  35.                     VarName = LastAttackTarget
  36.                     LocalVar = 0
  37.  
  38.                     [Target : cUGetAttackTarget]
  39.                     {
  40.  
  41.                     }
  42.                 }
  43.             }
  44.             [Else *]
  45.             {
  46.  
  47.             }
  48.         }
  49.     }
  50. }
  51.