viewing paste Unknown #20948 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
neko_isle,104,140,3 script  Orc Warrior 433,{
 
    npctalk .npcName$;
    npctalk "Ash nazg durbatuluk";
    sleep2 500;
    npctalk "ash nazg gimbatul,";
    sleep2 500;
    npctalk "ash nazg thrakatuluk,";
    sleep2 500;
    npctalk "agh burzum-ishi krimpatul.";
    mes .npcName$;
    mes "Прости, я забыл, что живу среди людей";
    close;
    
    OnInit:
    .npcName$ = "[Orc Warrior]";
    //delwaitingroom;
    //waitingroom "Help wanted",0;
    end;
}
Viewed 651 times, submitted by Guest.