summaryrefslogtreecommitdiff
path: root/npc/022-1/sign.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/022-1/sign.txt')
-rw-r--r--npc/022-1/sign.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/022-1/sign.txt b/npc/022-1/sign.txt
new file mode 100644
index 000000000..d914d16eb
--- /dev/null
+++ b/npc/022-1/sign.txt
@@ -0,0 +1,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;
+}