world.NoteHr
Draws a horizontal rule in the output window
Prototype
void NoteHr();
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
See also
| Function | Description |
|---|---|
| ColourNote | Sends a message to the output window in specified colours |
| ColourTell | Sends a message to the output window in specified colours - not terminated by a newline |
| Note | Sends a note to the output window |
| NoteStyle | Sets the style for notes |
| Send | Sends a message to the MUD |
| Tell | Sends a message to the output window - not terminated by a newline |