Script Reference |
textout (name ; text ; x ; y ; font ;
|
Used for : Textlines.
Parameters :
Description :
Creates or modifies a single textline which will be visible
until you disable it using texthide
. You can use string variables in your text. The
actual text output will be automaticly modified when a string changes.
By default textout
lines will be displayed in front of everything else. You can bind a
textline to a room by using bindtext.
If no color is provided the game will use the infotextcolor.
Textlines can be enabled and disabled. To modify a single parameter of a textline you do not need to re-enter every parameter by using "-1" :
textout (name) |