SYNOPSIS
string P_LAST_ID "LastId" -- read only
string Query(P_LAST_ID)
or
string QueryLastId()
DESCRIPTION
This property holds the id-string which the last call id() recognized.
The value may be 0 if no string had been recognized.
It is for internal support of 'unit' or 'detail'-operations.
This data should be stored in the command stack in the current player.
EXAMPLE
write("Last id was '"+Query(P_LAST_ID)+"'\n");
AVAILABILITY
Include: <properties.h>
Availability: /std/thing(/description) and descendants.
SEE ALSO
thing(S), lastverb(P), lastplayer(P)