Hi,
Anyone can help? I have problem in my kafra script. Error messages "Invalid NPC Constant" 'kaf_iz_ac01'. Can Anyone help?
//== AcademyKafra =============================================
iz_ac01,102,36,4 script Kafra Employee::kaf_iz_ac01 4_F_KAFRA5,{
cutin "kafra_05",2;
mes "[Lady Academy]";
mes "Hiya...?";
mes "Welcome, Namaste";
mes "I'm here to help teleporting you to the training room";
mes "Are you ready? Let's go...";
next;
switch(select("Acolytes","Geisha Room")) {
case 1:
warp "iz_ac01", 121, 30;
end;
case 2:
warp "iz_ac01", 160, 30;
end;
cutin "",255;
end;
}