summaryrefslogblamecommitdiff
path: root/npc/001-2-22/chefgado.txt
blob: f03f9cd3720965eb5fec137c3c3850625d48c3f7 (plain) (tree)






















                                                                                                   
// Evol scripts.
// Authors:
//    Hal9000
//    Qwerty Dragon
// Description:
//    La Johanne Chef.

001-2-22,27,28,0	script	Chef Gado#Artis	418,{

    mesn;
    .@r = rand(3);
    if (.@r == 0) mesq l("What are you doing in my kitchen?! Get out, it's not a place for kids!");
    if (.@r == 1) mesq l("Where is the damn salt?! Give me the salt, I know you have it!");
    if (.@r == 2) mesq l("Are you going to stand here all day long? Do the dishes or go away.");

    closedialog;
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}