summaryrefslogtreecommitdiff
path: root/npc/022-1/sign.txt
blob: 60accb37c256168bf70b9c6b6a748e54c5e26fff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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.");
    mesc l("It's advised to collect PVP equipment.");
    mesc l("If you think this should be a priority, please ask Jesusalva."), 1;
    close;

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