Hello, I have a warper and I'd like to add nameless island to it, this is what I have:
case 2:
mes "[Warp Agent]";
mes "Please select which dungeon you would like to be teleported to.";
next;
switch(select("Abyss Lake:Amatsu Dungeon:Anthell:Ayothaya Dungeon:Bibilan Dungeon:Coal Mine (Dead Pit):Culvert:Einbech Dungeon:Glast Heim:Gonryun Dungeon:Juperos:Lighthalzen Bio Lab:Magma Dungeon:Niflheim:Odin Temple:Orc Dungeon:Payon Dungeon:Pyramids:Sphinx:Sunken Ship:Thanatos Tower:Turtle Dungeon")) {
case 1:
warp "hu_fild05",189,207;
break;
case 2:
warp "ama_dun01",229,12;
break;
case 3:
warp "moc_fild20",164,145;
break;
case 4:
warp "ayo_fild02",280,149;
break;
case 5:
warp "izlu2dun",106,88;
break;
case 6:
warp "mjolnir_02",81,359;
break;
case 7:
warp "prt_sewb1",126,248;
break;
case 8:
warp "einbech",135,249;
break;
case 9:
warp "glast_01",368,303;
break;
case 10:
warp "gonryun",160,195;
break;
case 11:
warp "yuno_fild07",218,176;
break;
case 12:
warp "lighthalzen",158,285;
break;
case 13:
warp "yuno_fild03",39,140;
break;
case 14:
warp "niflheim",35,161;
break;
case 15:
warp "odin_tem01",98,144;
break;
case 16:
warp "gef_fild10",70,332;
break;
case 17:
warp "pay_arche",43,132;
break;
case 18:
warp "moc_ruins",62,162;
break;
case 19:
warp "moc_fild19",107,100;
break;
case 20:
warp "alb2trea",75,98;
break;
case 21:
warp "tha_scene01",131,223;
break;
case 22:
warp "tur_dun01",149,238;
break;
case 23:
warp "nameless_n",80,96;
break;
}
break;
}
end;
}
I tried reloading and restarting but the warp won't show up in my warper npc, anyone know whats wrong? Thanks
Also, does anyone know how I could add the last warp feature warp to my npc..?