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

  1.  
  2. [Goal.Hide.Exec : cESEvent]
  3. {
  4.     Name = Goal.Hide.Exec
  5.     Enabled = 1
  6.     Type = 4
  7.     RefreshRate = 0
  8.  
  9.     [Procedures *]
  10.     {
  11.  
  12.         [: cESIf]
  13.         {
  14.             Note = ""
  15.  
  16.             [Condition : cESCNumEquals]
  17.             {
  18.                 Note = ""
  19.  
  20.                 [Value1 : cSGetGoalState]
  21.                 {
  22.  
  23.                 }
  24.                 [Value2 : cESFIntConst]
  25.                 {
  26.                     Value = 0
  27.  
  28.                 }
  29.             }
  30.             [Then *]
  31.             {
  32.  
  33.                 [: cSSetGoalState]
  34.                 {
  35.  
  36.                     [State : cESFIntConst]
  37.                     {
  38.                         Value = 1
  39.  
  40.                     }
  41.                 }
  42.                 [: cESLog]
  43.                 {
  44.                     Text = Hide!
  45.  
  46.                 }
  47.                 [: cCGeneral]
  48.                 {
  49.                     Type = 1
  50.                     CommandDelay = 1
  51.                     Command = 5
  52.  
  53.                     [Squad : cSGetByThisSquad]
  54.                     {
  55.  
  56.                     }
  57.                     [Target : NULL]
  58.                     {
  59.  
  60.                     }
  61.                     [IntParam : NULL]
  62.                     {
  63.  
  64.                     }
  65.                 }
  66.                 [: cSRegisterEvent]
  67.                 {
  68.                     EventType = 5
  69.  
  70.                     [Entity : cSGetByThisSquad]
  71.                     {
  72.  
  73.                     }
  74.                     [LifeTime : cESGetGlobalParameter]
  75.                     {
  76.                         ParamName = time_between_crawls
  77.  
  78.                     }
  79.                 }
  80.                 [: cSRegisterEvent]
  81.                 {
  82.                     EventType = 17
  83.  
  84.                     [Entity : cSGetByThisSquad]
  85.                     {
  86.  
  87.                     }
  88.                     [LifeTime : cESGetGlobalParameter]
  89.                     {
  90.                         ParamName = time_between_hide_and_runtasklist
  91.  
  92.                     }
  93.                 }
  94.             }
  95.             [Else *]
  96.             {
  97.  
  98.             }
  99.         }
  100.     }
  101. }
  102.