Skip to content

dispbottom()

Warning

This page may contain outdated information, incompatible with the current version of Hercules and its coding standards.

Syntax

dispbottom("<message>");

Description

This command will send the given message into the invoking character's chat window.

Example

mes("[Woman]");
mes("Hi, look at your chat window!");
dispbottom("You really did it :D");
close();