// ______________________________________________________________________________________________________________________ // / \ // | ## ## ## ### ## ## ## ## ######## ###### ### ### ######### | // | ## ## #### #### ## #### ## ## ## ## #### #### ## ## | // | ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## | // | ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## | // | ## ## ## ## ## ## ## ## ## ########### ######## ## ## #### ## ######## | // | ## ## ############ ## ## ## ############ ## ## ## ## ## ## ## ## ## | // | #### ## ## ## #### ## ## ## ## ## ## ## ## ## ## | // | ## ## ## ## ### ## ## ## ## ######## ###### ## ## ## ## | // | | // |-----------------------------------------------------------------------------------------------------------------------| // | Version History : | Current Version : 1.1 | Credits : Gravity | // |-----------------------------------------------------------------------------------------------------------------------| // | - 28/07/2013 : Added 1st Version. [Muad_Dib] | // | - 03/01/2014 : Updated with international translation. [Muad_Dib] | // |-----------------------------------------------------------------------------------------------------------------------| // | Additional Notes: | // | | // | | // \_______________________________________________________________________________________________________________________/ npc "izlude" "Channel Official" 1_M_WIZARD 122 105 5 0 0 OnClick: dialog "[Channel Teleport Official]" dialog "Is the Izlude area too crowded?" dialog "I came to help you pass by more smoothly~!" dialog "Here we are at channel 1, will you teleport to another channel?" wait choose menu "Teleport to channel 2." "Teleport to channel 3." "Teleport to channel 4." "Teleport to channel 5." "Don't teleport." case 1 checkpoint "izlude_a" 128 98 moveto "izlude_a" 128 98 return break case 2 checkpoint "izlude_b" 128 98 moveto "izlude_b" 128 98 return break case 3 checkpoint "izlude_c" 128 98 moveto "izlude_c" 128 98 return break case 4 checkpoint "izlude_d" 128 98 moveto "izlude_d" 128 98 return break endchoose close return npc "izlude_a" "Channel Official#_a" 1_M_WIZARD 122 105 5 0 0 OnClick: dialog "[Channel Teleport Official]" dialog "Is the Izlude area too crowded?" dialog "I came to help you pass by more smoothly~!" dialog "Here we are at channel 2, will you teleport to another channel?" wait choose menu "Teleport to channel 1." "Teleport to channel 3." "Teleport to channel 4." "Teleport to channel 5." "Don't teleport." case 1 checkpoint "izlude" 128 98 moveto "izlude" 128 98 return break case 2 checkpoint "izlude_b" 128 98 moveto "izlude_b" 128 98 return break case 3 checkpoint "izlude_c" 128 98 moveto "izlude_c" 128 98 return break case 4 checkpoint "izlude_d" 128 98 moveto "izlude_d" 128 98 return break endchoose close return npc "izlude_b" "Channel Official#_b" 1_M_WIZARD 122 105 5 0 0 OnClick: dialog "[Channel Teleport Official]" dialog "Is the Izlude area too crowded?" dialog "I came to help you pass by more smoothly~!" dialog "Here we are at channel 3, will you teleport to another channel?" wait choose menu "Teleport to channel 1." "Teleport to channel 2." "Teleport to channel 4." "Teleport to channel 5." "Don't teleport." case 1 checkpoint "izlude" 128 98 moveto "izlude" 128 98 return break case 2 checkpoint "izlude_a" 128 98 moveto "izlude_a" 128 98 return break case 3 checkpoint "izlude_c" 128 98 moveto "izlude_c" 128 98 return break case 4 checkpoint "izlude_d" 128 98 moveto "izlude_d" 128 98 return break endchoose close return npc "izlude_c" "Channel Official#_c" 1_M_WIZARD 122 105 5 0 0 OnClick: dialog "[Channel Teleport Official]" dialog "Is the Izlude area too crowded?" dialog "I came to help you pass by more smoothly~!" dialog "Here we are at channel 4, will you teleport to another channel?" wait choose menu "Teleport to channel 1." "Teleport to channel 2." "Teleport to channel 3." "Teleport to channel 5." "Don't teleport." case 1 checkpoint "izlude" 128 98 moveto "izlude" 128 98 return break case 2 checkpoint "izlude_a" 128 98 moveto "izlude_a" 128 98 return break case 3 checkpoint "izlude_b" 128 98 moveto "izlude_b" 128 98 return break case 4 checkpoint "izlude_d" 128 98 moveto "izlude_d" 128 98 return break endchoose close return npc "izlude_d" "Channel Official#_d" 1_M_WIZARD 122 105 5 0 0 OnClick: dialog "[Channel Teleport Official]" dialog "Is the Izlude area too crowded?" dialog "I came to help you pass by more smoothly~!" dialog "Here we are at channel 5, will you teleport to another channel?" wait choose menu "Teleport to channel 1." "Teleport to channel 2." "Teleport to channel 3." "Teleport to channel 4." "Don't teleport." case 1 checkpoint "izlude" 128 98 moveto "izlude" 128 98 return break case 2 checkpoint "izlude_a" 128 98 moveto "izlude_a" 128 98 return break case 3 checkpoint "izlude_b" 128 98 moveto "izlude_b" 128 98 return break case 4 checkpoint "izlude_c" 128 98 moveto "izlude_c" 128 98 return break endchoose close return