SetObjectEnabled('name', nil);
SetDisabledObjectMode('name', DISABLED_INTERACT);
sleep(1)
SetMonsterSelectionType('name', 0);
This disables interaction, changes the cursor from a sword to a horse, and removes the skirt. The order of the commands is important.