Forum

> > Stranded II > Scripts > How to show the text?
ForenübersichtStranded II-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch How to show the text?

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt How to show the text?

TDR
User Off Offline

Zitieren
How to display a number with text on screen under the status (Hunger/Thirst/sleep)?
P.s. Hopefully correctly translated translator

alt Re: How to show the text?

Klirkz
User Off Offline

Zitieren
The example definitely wasn’t made by the normal SII commands (it’s another font, e.g.). But you can, if you use the s2 cmd text command. Just put it in your event, e.g. you want to see that text right away, put in the Global Script of your map:
on:start
{
	text 1,"This is an amazing text!";
}


If it’s required to be on the left side under the status, you can use the x,y values of about 5,55:
on:start
{
	text 1,"This is an amazing text!",0,5,55;
}
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtStranded II-ÜbersichtForenübersicht