void main()
{
    object oChair = OBJECT_SELF;
    AssignCommand( GetLastUsedBy(), ActionSit(oChair) );
}