MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | void exit(object ob) |
| 3 | |
| 4 | DESCRIPTION |
| 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 | |
| 20 | SEE ALSO |
| 21 | init(A) |