Difference between revisions of "AnnounceText WorldScript"
From Serious Sam's Bogus Detour
(Created page with "{{WorldscriptIcon|rgb(218, 205, 102)|192|320}} 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)|192|320}} | {{WorldscriptIcon|rgb(218, 205, 102)|192|320}} | ||
| − | + | Shows a text in the HUD. This script can be executed by other scripts. | |
== Properties == | == Properties == | ||
| Line 16: | Line 16: | ||
* Unit feed <code>FinishTrigger</code>, validates | * Unit feed <code>FinishTrigger</code>, validates | ||
* Unit feed <code>PlayerTarget</code> | * Unit feed <code>PlayerTarget</code> | ||
| + | |||
| + | [[Category:WorldScripts]] | ||
Latest revision as of 16:03, 26 July 2017
Shows a text in the HUD. This script can be executed by other scripts.
Properties
- String
Text - String
Font, default:"gui/fonts/font_msref12.fnt" - Float
AnchorX, default: 0.5 - Float
AnchorY, default: 0.7 - Integer
Time, default: -2 - Integer
FadeTime, default: 250 - Color
Color, default:#FFFFFFFF - Boolean
Override, default: false - Resource
Sound, sound - Unit feed
FinishTrigger, validates - Unit feed
PlayerTarget