//Make PC read the description on a door when he interacts with it void main() { object oPC=GetClickingObject(); object oExamine=OBJECT_SELF; AssignCommand(oPC,ActionExamine(oExamine)); }