Svanhild
New member
When you're not equipping anything, and try to talk to the card remover npc, it still shows a blank menu instead of displaying the message "Young one... Your not wearing anything there that I can remove cards from." Is there a problem with this line?
set .@part,select(.@menu$);
if(!getequipisequiped(.@part)) {
mes " ";
mes "Young one... Your not wearing anything there that I can remove cards from.";
close;
}