viewing paste Unknown #21393 | Text

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
aldebaran,178,179,1 script  Alba    404,{
    setarray @array[0], 969,250,7048,50,7035,50,1004,250,7022,5,991,100,995,100,7023,75,719,100,1029,2,7340,50,7291;
    set .@npc$, "[Alba]";
    if(lvl != 255) close;
    mes .@npc$;
    mes "Hallo Knappe f¸hlst du dich bereit deine n‰chste Stufe zu erlangen?";
    if(select("Nein ich denke nicht.:Ja klar!") == 1){
        next;
        mes .@npc$;
        mes "Komme wieder wenn du bereit bist!";
        close;
    }
    next;
    mes .@npc$;
    mes "Alles klar du mˆchtest also zum Ritter aufsteigen...";
    mes "Glaube mir das wird nicht leicht.";
    callfunc("List", @array);
    mes "... Komme wieder wenn du alles hast!";
    next;
    mes .@npc$;
    callfunc("Check", @array);
    mes "Hiermit schlage ich dich zum Ritter.";
}
Viewed 697 times, submitted by Guest.