[Home] [Downloads] [Search] [Help/forum]

AnsiNote

Script function

world.AnsiNote

Read about scripting

Type

Method

Summary

Make a note in the output window from text with ANSI colour codes imbedded

Prototype

void AnsiNote(BSTR Text);

View list of data type meanings

Description

Sends "Text" to the output window, changing colour, bold, underline etc. if it gets ANSI sequences in the text. ANSI sequences are things like ESC [ 30 m. You can use the ANSI function to set them up.

AnsiNote saves the current world note colour, and restores it afterwards, so that any colour changes do not persist to subsequent note lines.

The ANSI sequences defined in the ANSI function will be recognised.


Available in MUSHclient version 3.37 onwards.



VBscript example

AnsiNote ANSI (32) & ANSI (1) & ANSI (43) & _
          "This is bold green text on a yellow background"


Jscript example

AnsiNote (ANSI (32) + ANSI (1) + ANSI (43) + 
         "This is bold green text on a yellow background");


PerlScript example

AnsiNote (ANSI (32) . ANSI (1) . ANSI (43) . 
         "This is bold green text on a yellow background");


Python example

world.AnsiNote (world.ANSI (32) + world.ANSI (1) + world.ANSI (43) + 
"This is bold green text on a yellow background")


Lua example

AnsiNote (ANSI (32, 1, 43),
          "This is bold green text on a yellow background")


Lua notes

You can supply multiple arguments, which are concatenated together.


Return value

Nothing.


See Also ...

Topic

Notes

Functions

(ANSI) Generates an ANSI colour sequence
(ChatNote) Does a note using ANSI codes for the chat system
(ColourNote) Sends a message to the output window in specified colours
(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
(NoteHr) Draws a horizontal rule in the output window
(NoteStyle) Sets the style for notes
(SetNotes) Sets the notes for the world.
(StripANSI) Strips ANSI colour sequences from a string
(Tell) Sends a message to the output window - not terminated by a newline

(Help topic: function=AnsiNote)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]