summaryrefslogblamecommitdiff
path: root/npc/001-1/qonan.txt
blob: 6f46c20f85c363049aec9bf070585431fcd2a990 (plain) (tree)
1
2
3
4
5
6
7





                                       
                                                   













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

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

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}