[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
Started Thu Sep 23 19:09:49 PDT 1999
.
object query_repeater_owner()This method returns the owner of the repeater.
void repeat_event_emote(object caller,
object ob,
string mess)
This is called on the repeater object to process the actual message
event_emote message.
void repeat_event_enter(object caller,
object ob,
string mess,
object prev)
This is called on the repeater object to process the actual message
event_enter message.
void repeat_event_exit(object caller,
object ob,
string mess,
object dest)
This is called on the repeater object to process the actual message
event_exit message.
void repeat_event_person_say(object caller,
object ob,
string start,
string mess,
string lang)
This is called on the repeater object to process the actual message
event_person_say message.
void repeat_event_say(object caller,
object ob,
string mess,
object * avoid)
This is called on the repeater object to process the actual message
event_say message.
void repeat_event_soul(object caller,
object ob,
string mess,
object * avoid)
This is called on the repeater object to process the actual message
event_soul message.
void set_repeater_owner(object owner)This method sets the owner of the repeater.