From 972e6444b1c44ebaee4b40516958c34c19e18ca2 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sun, 11 Feb 2018 09:45:06 -0200 Subject: This is core for moving in and out of Nard's ship --- npc/003-1/ship.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 npc/003-1/ship.txt (limited to 'npc/003-1/ship.txt') diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt new file mode 100644 index 000000000..01089b546 --- /dev/null +++ b/npc/003-1/ship.txt @@ -0,0 +1,17 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// This script controls access to Nard's Ship, fixing variables. + +003-1,82,68,0 script CandorShip NPC_HIDDEN,0,0,{ + +OnTouch: + LOCATION$="Tulim"; + goto L_Warp; + +L_Warp: + warp "002-3", 21, 28; + closedialog; + close; +} -- cgit v1.2.3-70-g09d2