Difference between revisions of "DropPod WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
m (Text replacement - " This script can be enabled or disabled." to "")
 
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(205, 102, 218)|256|0}}
 
{{WorldscriptIcon|rgb(205, 102, 218)|256|0}}
  
Drops a spawner pod with a unit inside after a random delay. When the pod starts to drop, <code>TriggerOnStart</code> is executed. When the pod has dropped and the unit has spawned, <code>TriggerOnDropped</code> is executed. This script can be executed by other scripts. This script can be enabled or disabled.
+
Drops a spawner pod with a unit inside after a random delay. When the pod starts to drop, <code>TriggerOnStart</code> is executed. When the pod has dropped and the unit has spawned, <code>TriggerOnDropped</code> is executed. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 16:00, 26 July 2017

Drops a spawner pod with a unit inside after a random delay. When the pod starts to drop, TriggerOnStart is executed. When the pod has dropped and the unit has spawned, TriggerOnDropped is executed. This script can be executed by other scripts.

Properties

  • Resource SpawnType, unit producer
  • Unit feed TriggerOnStart, validates
  • Unit feed TriggerOnDropped, validates