From the NannyMUD documentation
2000-12-11
NAME
this_interactive - give the true current command giverSYNTAX
object this_interactive()DESCRIPTION
This function returns the true current command giver, which is always either 0 or an interactive object. You can usually rely on this being the true player behind any action. The main use of this is for security purposes. Note that this_interactive() becomes 0 after a call-out.SEE ALSO
write in efun/object_related/writeSEE ALSO
add_action in efun/object_related/add_actionSEE ALSO
move_object in efun/object_related/move_objectSEE ALSO
this_player in efun/object_related/this_player