Author Topic: How do I make the centre print start a new line in events?  (Read 542 times)

Sorry for double topics in help but I'm just wondering, How do I make it so when the client presses a brick it gives a list... Like, this


Onactivate_Client_CentrePrint_[list of food: <??> fries <??> cookie <??> burger]

So it would look like this when they press it. What goes in the <??>

List of food:
fries
cookie
burger

it's <br>, which stands for break or line break

it's <br>, which stands for break or line break
Ah thank you now i remember i was trying all sorts that started with <c?> xD i don't know where <c?> came from

Use \n, does the same thing but is only one character