Script function
world.NoteHr
Read about scripting
Type
Method
Summary
Draws a horizontal rule in the output window
Prototype
void NoteHr();
View list of 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.
See Also ...
Topic
Notes
Functions
AnsiNote (Make a note in the output window from text with ANSI colour codes imbedded)
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)
DoAfterNote (Adds a one-shot, temporary note timer - simplified interface)
GetNoteStyle (Gets the style for notes)
Hyperlink (Creates a hyperlink in the output window)
Note (Sends a note to the output window)
NoteStyle (Sets the style for notes)
Send (Sends a message to the MUD)
SetNotes (Sets the notes for the world.)
Tell (Sends a message to the output window - not terminated by a newline)
(Help topic: function=NoteHr)
Documentation contents page
|