if ( select ( "yes", "no" ) == 2 ) close;
if ( !getequipisequiped( EQI_ARMOR ) ) {
mes "you did not equip an armor at the moment";
close;
}
change to
.@equip = select( "Top","Armor","L-Hand","R-Hand","Garment","Shoe","Acc L","Acc R","Mid","Low" );
if ( !getequipisequiped( .@equip ) ) {
mes "you did not equip an equip there";
close;
}
then change all EQI_ARMOR
to
.@equip