summaryrefslogtreecommitdiff
path: root/world/map/npc/021-2/hotel_receptionist.txt
blob: dac560c6369d1d2048eec47de1efb79a4ec64555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Tulimshar's main workshop

// The receptionist
021-2.gat,22,63,0|script|Sonir|118,
{
    mes "[Sonir]";
    mes "\"Welcome to The Wizards's Rest!\"";
    next;
    mes "[Sonir]";
    mes "\"We have limited housing on the second floor.\"";
    close;
}