//Allow PC to see his description.
void main()
{
 object oPC=GetLastUsedBy();

 AssignCommand(oPC,ActionExamine(OBJECT_SELF));
}