Skip to main content

event_person_say

Discworld events help

event_person_say

Name

event_person_say - Players' speech.

Syntax

void event_person_say(object ob, string start, string mess, string lang, string accent);

Description

This is the function which is called when people say things. The start part of the message is the bit which is something like "Pinkfish says", or "Pinkfish asks". It is the bit put before the column and used for formatting so the output looks neat. The mess is the string which they actually said, the lang argument is the language in which they spoke, and the accent argument is the accent they used.

See also

say, lsay