From the NannyMUD documentation

LAST CHANGE

2000-12-11

FUNCTION


NAME

        write - write text to the current player

SYNTAX

	void write(string str)

DESCRIPTION

	Write 'str' to this_player().

	Make sure you don't use this efun without a this_player().

SEE ALSO

        tell_object in efun/object_related/tell_object

SEE ALSO

        this_player in efun/object_related/this_player