summaryrefslogtreecommitdiff
path: root/npc/005-1/saxso.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/saxso.txt')
-rw-r--r--npc/005-1/saxso.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/005-1/saxso.txt b/npc/005-1/saxso.txt
new file mode 100644
index 000000000..e80fb6ad1
--- /dev/null
+++ b/npc/005-1/saxso.txt
@@ -0,0 +1,19 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+
+// Sign of great danger
+005-1,66,62,0 script Magic Barrier#0051 NPC_HIDDEN,{
+ mes ".:: "+l("DANGER")+" ::.";
+ mesc l("Saxso's Official Residence.");
+ mesc l("DO NOT ENTER.");
+ mes "";
+ mesc l("-- Zegas, the Mayoress");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+