summaryrefslogtreecommitdiff
path: root/npc/022-1/sign.txt
blob: d914d16eba27c1365a5420747583a01558a6b162 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// TMW2 Script.
// Author:
//    Jesusalva
// Description:
//    Important Sign

022-1,38,44,0	script	Sign#02213844	NPC_SWORDS_SIGN,{
    mesc b(l(".:: PVP King Imperial Arena ::."));
    mesc l("The Arena is currently closed for maintenance, and will be open at Release 9.");
    mesc l("It's advised to collect PVP equipment.");
    close;

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