Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

Noob question about scripting for text panel

$
0
0
How do I skip lines on the text output?

I wrote
mainscreen.WriteText("> option 1", false);
mainscreen.WriteText("- option 2", true);
mainscreen.WriteText("- option 3", true);
mainscreen.WriteText("", true); //attempt to skip a line
mainscreen.WriteText("etc...", true);

with the hopes of it looking like

> option 1
- option 2
- option 3

etc...

but it comes out as
> option 1- option 2- option 3etc...

I'm making a menu for choosing options with a button panel with an...

Noob question about scripting for text panel

Viewing all articles
Browse latest Browse all 903

Trending Articles