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

  1.  
  2. [uCmd.PlaceClaymore : cESEvent]
  3. {
  4.     Name = uCmd.PlaceClaymore
  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 = 9
  32.  
  33.                 }
  34.             }
  35.             [Then *]
  36.             {
  37.  
  38.                 [: cESIf]
  39.                 {
  40.                     Note = "It doesn't do anything, just reset the flag."
  41.  
  42.                     [Condition : cUHasShotInLastFrame]
  43.                     {
  44.                         Note = ""
  45.  
  46.                     }
  47.                     [Then *]
  48.                     {
  49.  
  50.                     }
  51.                     [Else *]
  52.                     {
  53.  
  54.                     }
  55.                 }
  56.                 [: cESIf]
  57.                 {
  58.                     Note = ""
  59.  
  60.                     [Condition : cESCNumEquals]
  61.                     {
  62.                         Note = ""
  63.  
  64.                         [Value1 : cUGetCommandState]
  65.                         {
  66.  
  67.                         }
  68.                         [Value2 : cESFIntConst]
  69.                         {
  70.                             Value = 0
  71.  
  72.                         }
  73.                     }
  74.                     [Then *]
  75.                     {
  76.  
  77.                         [: cUSetMoveTarget]
  78.                         {
  79.                             Translate = 0
  80.  
  81.                             [Target : cUGetCommandTarget]
  82.                             {
  83.  
  84.                             }
  85.                         }
  86.                         [: cUSetCommandState]
  87.                         {
  88.  
  89.                             [State : cESFIntConst]
  90.                             {
  91.                                 Value = 1
  92.  
  93.                             }
  94.                         }
  95.                         [: cUSetPinpointMode]
  96.                         {
  97.  
  98.                         }
  99.                     }
  100.                     [Else *]
  101.                     {
  102.  
  103.                         [: cESIf]
  104.                         {
  105.                             Note = ""
  106.  
  107.                             [Condition : cESCNumEquals]
  108.                             {
  109.                                 Note = ""
  110.  
  111.                                 [Value1 : cUGetCommandState]
  112.                                 {
  113.  
  114.                                 }
  115.                                 [Value2 : cESFIntConst]
  116.                                 {
  117.                                     Value = 1
  118.  
  119.                                 }
  120.                             }
  121.                             [Then *]
  122.                             {
  123.  
  124.                                 [: cESIf]
  125.                                 {
  126.                                     Note = ""
  127.  
  128.                                     [Condition : cUIsMoveTargetReached]
  129.                                     {
  130.                                         Note = ""
  131.  
  132.                                     }
  133.                                     [Then *]
  134.                                     {
  135.  
  136.                                         [: cUSetCommandState]
  137.                                         {
  138.  
  139.                                             [State : cESFIntConst]
  140.                                             {
  141.                                                 Value = 2
  142.  
  143.                                             }
  144.                                         }
  145.                                         [: cUSetShootingWeaponType]
  146.                                         {
  147.                                             WeaponType = 9
  148.  
  149.                                         }
  150.                                         [: cUAttackTargetSelection]
  151.                                         {
  152.  
  153.                                             [Target : cUGetCommandTarget]
  154.                                             {
  155.  
  156.                                             }
  157.                                         }
  158.                                         [: cUFire]
  159.                                         {
  160.  
  161.                                         }
  162.                                     }
  163.                                     [Else *]
  164.                                     {
  165.  
  166.                                     }
  167.                                 }
  168.                             }
  169.                             [Else *]
  170.                             {
  171.  
  172.                             }
  173.                         }
  174.                         [: cESIf]
  175.                         {
  176.                             Note = ""
  177.  
  178.                             [Condition : cESCNumEquals]
  179.                             {
  180.                                 Note = ""
  181.  
  182.                                 [Value1 : cUGetCommandState]
  183.                                 {
  184.  
  185.                                 }
  186.                                 [Value2 : cESFIntConst]
  187.                                 {
  188.                                     Value = 2
  189.  
  190.                                 }
  191.                             }
  192.                             [Then *]
  193.                             {
  194.  
  195.                                 [: cESIf]
  196.                                 {
  197.                                     Note = ""
  198.  
  199.                                     [Condition : cUHasShotInLastFrame]
  200.                                     {
  201.                                         Note = ""
  202.  
  203.                                     }
  204.                                     [Then *]
  205.                                     {
  206.  
  207.                                         [: cUCommandCompleted]
  208.                                         {
  209.  
  210.                                         }
  211.                                     }
  212.                                     [Else *]
  213.                                     {
  214.  
  215.                                     }
  216.                                 }
  217.                             }
  218.                             [Else *]
  219.                             {
  220.  
  221.                             }
  222.                         }
  223.                     }
  224.                 }
  225.             }
  226.             [Else *]
  227.             {
  228.  
  229.             }
  230.         }
  231.     }
  232. }
  233.