viewing paste Unknown #44913 | Athena

Posted on the
1
L_EnchantLoc:        mes "["+strnpcinfo(1)+"]";        mes "Select an equipment first, then I'll ask you the ^FF0000Enchantment Type^000000, ^FF0000Class Type^000000 (If necessary), ^0000FFSlot Number^000000, and give you the final ^009900Zeny Cost^000000 for my services.";        next;        setarray .@position$[11], "Costume Low","Costume Mid","Costume Top","Costume Garment";        set .@menu$,"";        deletearray .@arr;        set .@j, 1;        for( set .@i,11; .@i <= 14; set .@i,.@i+1 )        {            if(getequipisequiped(.@i) && (.@i != 4) && (.@i != 3)) {                set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]";                set .@arr[.@j], .@i;                set .@j, .@j + 1;                set .@menu$, .@menu$ + ":";            }            }
Viewed 1051 times, submitted by rain.