Difference between revisions of "CountdownText WorldScript"
From Serious Sam's Bogus Detour
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. This script can be enabled or disabled. | |
== Properties == | == Properties == |
Revision as of 10:37, 26 July 2017
Performs a visible countdown. Executes FinishTrigger
when the countdown has ended. This script can be executed by other scripts. This script can be enabled or disabled.
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