blob: 575fdd39671fe4b079002e3995bf39e09bace006 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 void exit(object ob)
3
4DESCRIPTION
5 This function was used in compat mode drivers in context
6 with moving objects. Nowadays objects are moved by means
7 of the H_MOVE_OBJECT0/1 hooks, and use of this lfun is
8 up to the mudlib.
9
10 This function was called in the old environment everytime a
11 living object ob leaves it.
12
13 The function this_player() will return a random value, don't
14 use it at this point.
15
16 WARNING: Using this function is EXTREMELY dangerous. A single
17 bug, and you are forever (i.e. until the next reboot occurs)
18 caught in the room.
19
20SEE ALSO
21 init(A)