| DoAfterNote |
|---|
| Script function world.DoAfterNote
Read about scriptingType Method Summary Adds a one-shot, temporary note timer - simplified interface Prototype long DoAfterNote(long Seconds, BSTR NoteText);
View list of data type meaningsDescription This routine adds an unlabelled, temporary, one-shot note timer, set to go off after the designated number of seconds. The first argument (seconds) must evaluate to a time between 1 second, and 23 hours 59 minutes 59 seconds (that is, 0.1 to 86,399). VBscript example Jscript example PerlScript example Python example Lua example Return value
View list of return code meaningsSee Also ... Topic
NotesFunctions
AddTimer (Adds a timer)
AnsiNote (Make a note in the output window from text with ANSI colour codes imbedded)
DoAfter (Adds a one-shot, temporary timer - simplified interface)
DoAfterSpecial (Adds a one-shot, temporary, timer to carry out some special action)
DoAfterSpeedWalk (Adds a one-shot, temporary speedwalk 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.)
Tell (Sends a message to the output window - not terminated by a newline)(Help topic: function=DoAfterNote)
Documentation contents page |