summaryrefslogtreecommitdiff
path: root/world/map/npc/068-1/tombstones.txt
blob: 132be7ff9bc251701c26c5ee2683d38861406179 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// Tombstones in Noble memorial

068-1.gat,91,48,0|script|Tombstone#1|400
{

    mes "~ wushin ~";
    mes "Tonori swallowed him whole.";
    close;
}

068-1.gat,92,48,0|script|Tombstone#2|400
{

    mes "~ Nard ~";
    mes "Crushed by a loom.";
    close;
}

068-1.gat,93,48,0|script|Tombstone#3|400
{

    mes "~ tux9th ~";
    mes "Eaten by bugs.";
    close;
}

068-1.gat,94,48,0|script|Tombstone#4|400
{

    mes "~ o11c ~";
    mes "He asked for it. So they gave it to him.";
    close;
}

068-1.gat,95,48,0|script|Tombstone#5|400
{

    mes "~ " + strcharinfo(0) + " ~";
    mes "The tombstone is blank and the grave freshly dug.";
    close;
}