P.s. Hopefully correctly translated translator
Scripts
How to show the text?
How to show the text?
1

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!";
} on:start
{
	text 1,"This is an amazing text!",0,5,55;
}
1
