summaryrefslogtreecommitdiff
path: root/npc/020-2-15/memoriam.txt
blob: 041c659a7b82e8f00b92308054c0b709f11f7b46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// The Mana World Script
// Author:
//  Jesusalva
// Description:
//  Irene Memorial

020-2-15,41,25,0	script	Memoriam	NPC_PAPER_NOTE,{
    mes ".:: In Memoriam ::.";
    mes "";
    mes "~ Irene Christina ~";
    mes l("The song in this clinic is dedicated to Irene.");
    next;
    mes l("She had seen only twenty hours of this world when she died in her father's arms.");
    close;

OnInit:
    .distance = 3;
    end;
}