summaryrefslogtreecommitdiff
path: root/npc/012-1/prawors.txt
blob: 4682c6a69d8189831a2f5851b8bad83edb9b4e51 (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("Micksha still haven't added a ship here, so 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;
}