Difference between revisions of "TimerTrigger WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(164, 36, 3)|96|0}} This is a worldscript. This script can be executed by other scripts. == Properties == * Integer <code>Frequency</code>, min: 1, max...")
 
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(164, 36, 3)|96|0}}
 
{{WorldscriptIcon|rgb(164, 36, 3)|96|0}}
  
This is a worldscript. This script can be executed by other scripts.
+
Triggered every <code>Frequency</code> milliseconds. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

Revision as of 12:19, 26 July 2017

Triggered every Frequency milliseconds. This script can be executed by other scripts.

Properties

  • Integer Frequency, min: 1, max: 1000000, default: 1000