summaryrefslogtreecommitdiff
path: root/npc/020-1/joelin.txt
blob: 820fe276797debd25aae9ebb3d5092a6b49322ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Joelin, the broken, shipless Captain in Tulimshar.
// THIS IS A PLACEHOLDER!

020-1,189,150,0	script	Joelin	NPC_JOELIN,{
    speech
        l("Hello!"),
        l("Do you know the story of the Fleet of Aemil? I also want to discover new Lands."),
        l("But I do not have a ship. Ah, right, and no script.");
    close;

OnInit:
    .distance = 4;
    end;
}