Skip to content
Luxembourg edited this page Mar 20, 2013 · 4 revisions

@adisconnect

command: @adisconnect <object> = <command-list> attribute: adisconnect

sets the actions to be taken by a player upon disconnecting from the mux. the following steps occur in the following order whenever a player disconnects from the mux. parentage is observed.

  • execute the connecting player's @adisconnect.
  • execute the master room's @adisconnect.
  • execute any @adisconnect found on any of the master room's contents.
  • if the location that the player is connecting into belongs to a zone, then

a) if the zone object is a thing, execute its @adisconnect. b) if the zone object is a room, execute any @adisconnect found on any of that room's contents.

example: > @adisconnect me = home

related topics: @aconnect.

Clone this wiki locally