Textout lines |
You can add permanent textlines to your game by using the scriptcommand Textout . You can select color, font and position of each textline. If you use variables in your textline the text will be automaticly updated when those variables change. For example if you use [hour]:[minute]:[second] your textline will be a digital clock.
With textalign you can select the textalignment. Left is default. Normally a textout line is on top of everything else. With bindtext you can bind a single line to a certain room or a menu. The textline will then scroll with the room position.
Textout lines can be moved with movetext just like an object. You can also let the player enter a text with entertext and save it in a string variable.