Local Functions (/std/inheritables/sign.c)

void set_message(string mess);

This function sets a message for signs.  This message will be displayed when the sign is read.  It saves from having to write an add_action() and a cmd_read() function for each sign you create.

See also: set_name(), set_short(), set_long(), set_id()
