summaryrefslogblamecommitdiff
path: root/npc/001-2-9/janus.txt
blob: add99ebcce5232be9b69ec3c307f5c87605c9f4b (plain) (tree)



















                                           
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Party NPC

001-2-9,30,28,0	script	Janus	NPC_JANUS,{
    speech 4,
    l("Croc!");

    closedialog;
    goodbye;
    close;

OnInit:
    .sex = G_MALE;
    .distance = 3;
    end;
}