summaryrefslogtreecommitdiff
path: root/npc/012-1/prawors.txt
blob: 785ff66f12cc9031cc38d1adbcc80a3c80c59228 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Prawors, the captain in Candor.
// THIS IS A PLACEHOLDER!

012-1,53,122,0	script	Prawors	NPC_PRAWORS,{
    speech
        l("Arrhoy!"),
        l("Saluc Golden Beard, the greediest of all ship captains, charges money for trips. so if you don't have money to pay him, you're stranded here FOREVER!"),
        l("I hope you enjoy this town! Meanwhile, I wonder where I put my %s...", getitemlink(TreasureMap));
    close;

OnInit:
    .bodytype = BODYTYPE_3;
    .distance = 4;
    end;
}