P.s. Hopefully correctly translated translator
Forum
Stranded II Scripts How to show the text?How to show the text?
2 replies 1
P.s. Hopefully correctly translated translator
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; }
1