Skip to main content

write

Discworld driver help

write

Name

write() - send a message to current player

Synopsis

void write( mixed str );
void write( mixed str, string language );
void write( string *str, string language );

Description

Write a message `str' to current player. `str' can also be a number, which will be translated to a string.

If the language is specified then the string passed in can be an array, the first element being the start bit and the second bit being the message to mangle.

See also

message(), tell_object(), tell_room(), shout(), say()