Difference between revisions of "DropPod WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(205, 102, 218)|256|0}} This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled. == Properties == *...")
 
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(205, 102, 218)|256|0}}
 
{{WorldscriptIcon|rgb(205, 102, 218)|256|0}}
  
This is a worldscript. 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. This script can be enabled or disabled.
  
 
== Properties ==
 
== Properties ==

Revision as of 11:43, 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. This script can be enabled or disabled.

Properties

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