summaryrefslogblamecommitdiff
path: root/npc/001-1/qonan.txt
blob: 42cb74b6b70614d981c4d99dccd6a330c6399889 (plain) (tree)




















                                             
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Sailor of Nard's La Johanne ship.

001-1,186,107,0	script	Q'Onan#001-1	426,{
    mesn;
    mesq l("We didn't meet, right?");

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}