13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
this_interactive - return the object representing the current player
|
|
|
|
object this_interactive();
|
|
|
|
Return the object representing the player that caused the calling function
|
|
to be called. This returns what this_player() was originally even if
|
|
it changed later due to enable_commands() or command()
|
|
|
|
See also:
|
|
this_player
|
|
|
|
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
|