summaryrefslogtreecommitdiff
path: root/npc/005-1/ship.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/ship.txt')
-rw-r--r--npc/005-1/ship.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/005-1/ship.txt b/npc/005-1/ship.txt
new file mode 100644
index 000000000..72cc2932a
--- /dev/null
+++ b/npc/005-1/ship.txt
@@ -0,0 +1,17 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// This script controls access to Nard's Ship, fixing variables.
+
+005-1,43,107,0 script CandorShip NPC_HIDDEN,0,0,{
+
+OnTouch:
+ LOCATION$="Candor";
+ goto L_Warp;
+
+L_Warp:
+ warp "002-3", 21, 28;
+ closedialog;
+ close;
+}