26 lines
482 B
Plaintext
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
|
|
|