2018-12-30 16:43:04 -08:00
|
|
|
---
|
|
|
|
|
title: interactive / write
|
|
|
|
|
---
|
2023-11-25 09:50:24 -08:00
|
|
|
# write
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### NAME
|
|
|
|
|
|
2018-12-30 16:59:01 -08:00
|
|
|
write() - send a message to current player
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### SYNOPSIS
|
|
|
|
|
|
2018-12-30 16:59:01 -08:00
|
|
|
void write( mixed str );
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### DESCRIPTION
|
2018-12-30 16:59:01 -08:00
|
|
|
|
2018-12-30 16:43:04 -08:00
|
|
|
Write a message 'str' to current player. 'str' can also be a number,
|
|
|
|
|
which will be translated to a string.
|
|
|
|
|
|
2022-09-02 21:48:01 -04:00
|
|
|
This efun does not invoke the receive_message() apply. so you may wish to
|
|
|
|
|
override this efun if you wish it to be captured by this apply.
|
|
|
|
|
|
2018-12-30 16:43:04 -08:00
|
|
|
### SEE ALSO
|
|
|
|
|
|
2018-12-30 16:59:01 -08:00
|
|
|
message(3), tell_object(3), tell_room(3), shout(3), say(3)
|