hud.setRespawnText 4

Available from Easy Red 2 2.1.1

Writes a line of your own into the respawn menu, under the sector list, where the player decides whether to go back in. Newlines are honoured, so several values can be listed one per line. Pass an empty string to clear it.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1stringThe text to show. Use
to break it over several lines, and an empty string to remove it.

Examples

No examples available.


Back to Scripting API