From the NannyMUD documentation
2000-12-11
NAME
this_player - give the current playerSYNTAX
object this_player()DESCRIPTION
Gives the currently active player. This can be both an interactive player and an npc in the game. this_player is the object that gets all writes and is affected by add_action.SEE ALSO
this_interactive in efun/object_related/this_interactiveSEE ALSO
write in efun/object_related/writeSEE ALSO
add_action in efun/object_related/add_actionSEE ALSO
move_object in efun/object_related/move_object