tokenise(string); /obj/handlers/tokeniser.c
Tokenise, we rip out strings and make them as seperate enties
Otherwise things inside strings will get processed elsewhere
which could be bad.
tokeniser.c.
Does tokenising the the parser used by the mudlib when someone uses
the ';' command.
trigger_exit_callbacks(object, object, object, object, object, object); /std/room/basic_room.c
This is called by the room handler if it detects that this room has
exit callbacks.