summaryrefslogtreecommitdiff
path: root/npc/006-6/all.txt
blob: bd1f6de45930d0811d3187a9724b48ba7ed50b6b (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
// TMW2 Script
// Author:
//    Jesusalva

006-6,53,36,0	script	Sign#0066WR	NPC_SWORDS_SIGN,{
    mesc l("West Room closed for repairs");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}

006-6,46,34,0	script	Sign#0066CR	NPC_SWORDS_SIGN,{
    mesc l("Central Room closed for repairs");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}

006-6,39,36,0	script	Sign#0066ER	NPC_SWORDS_SIGN,{
    mesc l("East Room closed for repairs");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}