viewing paste MD | Aegis

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
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
 
Viewed 992 times, submitted by Muad_Dib.