world.NoteHr

MUSHclient script function (Method) — introduced in version 3.66

Draws a horizontal rule in the output window

Prototype

void NoteHr();

Data type meanings

Description

This draws a horizontal rule in the output window, the same as is done by the MXP <hr> sequence.

VBscript example

world.NoteHr

Jscript example

world.NoteHr();

PerlScript example

$world->NoteHr();

Python example

world.NoteHr()

Lua example

NoteHr ()

Return value

Nothing.

Related topic

Notes

See also

FunctionDescription
ColourNoteSends a message to the output window in specified colours
ColourTellSends a message to the output window in specified colours - not terminated by a newline
NoteSends a note to the output window
NoteStyleSets the style for notes
SendSends a message to the MUD
TellSends a message to the output window - not terminated by a newline