2015-12-15 01:33:16 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-01-02 17:24:40 +00:00
|
|
|
<ScriptTemplate version="4">
|
2015-12-15 01:33:16 +00:00
|
|
|
<name>Timer</name>
|
2016-01-02 17:24:40 +00:00
|
|
|
<properties>
|
2015-12-15 01:33:16 +00:00
|
|
|
<property ID="0x00" name="Name" type="string"/>
|
2016-02-17 08:55:19 +00:00
|
|
|
<property ID="0x01" name="Start Time" type="float"/>
|
|
|
|
<property ID="0x02" name="Max Random Delay" type="float">
|
|
|
|
<description>A random value between 0 and this number will be added to the timer's start time.</description>
|
|
|
|
</property>
|
|
|
|
<property ID="0x03" name="Loop" type="bool">
|
|
|
|
<description>When the timer reaches 0, it will reset back to its start time and start ticking again.</description>
|
|
|
|
</property>
|
|
|
|
<property ID="0x04" name="Auto-Start" type="bool">
|
|
|
|
<description>The timer will start ticking immediately on load, without waiting for a script message to start it.</description>
|
|
|
|
</property>
|
2015-12-15 01:33:16 +00:00
|
|
|
<property ID="0x05" name="Active" type="bool"/>
|
|
|
|
</properties>
|
2016-02-14 08:03:17 +00:00
|
|
|
<states/>
|
|
|
|
<messages/>
|
2015-12-15 01:33:16 +00:00
|
|
|
<editor>
|
|
|
|
<properties>
|
|
|
|
<property name="InstanceName" ID="0x00"/>
|
|
|
|
<property name="Active" ID="0x05"/>
|
|
|
|
</properties>
|
|
|
|
<assets>
|
2017-07-05 01:32:12 +00:00
|
|
|
<billboard source="file">script/common/Timer.TXTR</billboard>
|
2016-01-02 17:24:40 +00:00
|
|
|
</assets>
|
2015-12-15 01:33:16 +00:00
|
|
|
<rotation_type>disabled</rotation_type>
|
|
|
|
<scale_type>enabled</scale_type>
|
|
|
|
</editor>
|
|
|
|
</ScriptTemplate>
|