void main() { object oMe=OBJECT_SELF; object oPC=GetLastUsedBy(); AssignCommand(oPC,ClearAllActions()); AssignCommand(oPC,ActionSit(oMe)); }