what i'm meant is this section
case 2:
if (para_suv02 < 14) {
mes "[Toren]";
mes "First you need the ^0000FFAdvanced Paradise Gears^000000.";
close;
}
if (paragearenchant < 1) {
mes "[Toren]";
mes "Alright, but I'll need a few items for the enchantment process.";
next;
if (BaseLevel >= 90) {
set paragearenchant,1;
setquest 7239;
mes "[Toren]";
mes "Just bring me ^0000FF20 Used Iron Plates^000000.";
close;
}
set paragearenchant,2;
setquest 7238;
mes "[Toren]";
mes "Just bring me ^0000FF20 Iron Ores and 10 Irons^000000.";
close;
}
if (paragearenchant == 1) {
if (countitem(7319) >= 20) {
mes "[Toren]";
mes "Thanks, that's what I needed!";
next;
delitem 7319,20; // Used Iron Plate
set paragearenchant,3;
changequest 7239,7240;
mes "[Toren]";
mes "Give me a second to prepare before I enchant your gears.";
close;
}
mes "[Toren]";
mes "Just bring me ^0000FF20 Used Iron Plates^000000.";
close;
}
how to get para_suv02 < 14, because i'm looking in the script jus have set para_suv02, 4
so i can't using enchantment with toren NPC and Weapons Expert NPC