NAME this_player - return current player object SYNOPSIS object this_player() object this_player1() CONFIG.H - MUDOS_THIS_PLAYER_1 varargs object this_player(int i) DESCRIPTION This function will return the living responsible for the current thread, ie. the living doing something right now. This can happen when a user types in something, a living is commanded to do something, in call_outs and heart_beats. If the optional argument is 1 (or this_player1() is invoked), the base player object responsible for this thread will be returned. SEE ALSO efun/command, efun/living, efun/find_player, efun/users