mud/lib/doc/sefun/write
2020-09-06 05:43:07 -07:00

26 lines
482 B
Plaintext

WRITE(1) WRITE(1)
NAME
write() - sends a message to the current command giver
SYNOPSIS
void write(string str)
DESCRIPTION
This function is simply redefined as:
message("my_action", str, this_player());
LOCATION
/secure/sefun/communication.c
SEE ALSO
message(), say(), shout()
Author
Descartes of Borg
1