Difference between revisions of "CountdownText WorldScript"
From Serious Sam's Bogus Detour
(Created page with "{{WorldscriptIcon|rgb(218, 205, 102)|96|0}} This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled. == Properties == *...") |
m (Text replacement - " This script can be enabled or disabled." to "") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{WorldscriptIcon|rgb(218, 205, 102)|96|0}} | {{WorldscriptIcon|rgb(218, 205, 102)|96|0}} | ||
− | + | Performs a visible countdown. Executes <code>FinishTrigger</code> when the countdown has ended. This script can be executed by other scripts. | |
== Properties == | == Properties == | ||
Line 17: | Line 17: | ||
* Resource <code>SoundFinish</code>, sound | * Resource <code>SoundFinish</code>, sound | ||
* Unit feed <code>FinishTrigger</code>, validates | * Unit feed <code>FinishTrigger</code>, validates | ||
+ | |||
+ | [[Category:WorldScripts]] |
Latest revision as of 15:00, 26 July 2017
Performs a visible countdown. Executes FinishTrigger
when the countdown has ended. This script can be executed by other scripts.
Properties
- Integer
BeginCount
, default: 3 - Integer
EndCount
- Boolean
ShowLastNumber
, default: false - Integer
StepCount
, default: -1 - Integer
StepInterval
, default: 1000 - String
Font
, default:"gui/fonts/font_agency24_bold.fnt"
- Float
AnchorX
, default: 0.5 - Float
AnchorY
, default: 0.7 - Color
Color
, default:#FFFFFFFF
- Resource
SoundTick
, sound - Resource
SoundFinish
, sound - Unit feed
FinishTrigger
, validates