alert
alert <important> <text>
Displays an in-game alert.
Console & debug
Parameters
Angle brackets <> mark required arguments; square brackets [] mark optional ones.
| Name | Type | Required | Description |
|---|---|---|---|
| important | bool | Required | If on, shows the alert in the center of the screen. |
| text | string | Required | The alert text. |
Command generator
Fill in the arguments and copy the finished command — it updates as you type.
alert false <text>ImportantboolIf on, shows the alert in the center of the screen.
TextstringThe alert text.
More console & debug commands