NoteHr
Script function

world.NoteHr

DOC_scripting Read about scripting

Type

Method

Summary

Draws a horizontal rule in the output window

Prototype

void NoteHr();

DOC_data_types 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

DOC_note Notes

Functions

FNC_AnsiNote AnsiNote (Make a note in the output window from text with ANSI colour codes imbedded)
FNC_ColourNote ColourNote (Sends a message to the output window in specified colours)
FNC_ColourTell ColourTell (Sends a message to the output window in specified colours - not terminated by a newline)
FNC_DoAfterNote DoAfterNote (Adds a one-shot, temporary note timer - simplified interface)
FNC_GetNoteStyle GetNoteStyle (Gets the style for notes)
FNC_Hyperlink Hyperlink (Creates a hyperlink in the output window)
FNC_Note Note (Sends a note to the output window)
FNC_NoteStyle NoteStyle (Sets the style for notes)
FNC_Send Send (Sends a message to the MUD)
FNC_SetNotes SetNotes (Sets the notes for the world.)
FNC_Tell Tell (Sends a message to the output window - not terminated by a newline)

(Help topic: function=NoteHr)

DOC_contents Documentation contents page