alert <important> <text>

Displays an in-game alert.
Console & debug
Parameters

Angle brackets <> mark required arguments; square brackets [] mark optional ones.

NameTypeRequiredDescription
importantboolRequiredIf on, shows the alert in the center of the screen.
textstringRequiredThe alert text.
Command generator

Fill in the arguments and copy the finished command — it updates as you type.

alert false <text>
Importantbool
If on, shows the alert in the center of the screen.
TextstringThe alert text.