From 57f3de6e9009d672f42ba8ec268f012d3548e110 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 20:28:23 -0200 Subject: Add ship to Nivalis --- npc/019-2/_import.txt | 1 + npc/019-2/ship.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 npc/019-2/ship.txt (limited to 'npc/019-2') diff --git a/npc/019-2/_import.txt b/npc/019-2/_import.txt index b55aa0eca..6d964fb0a 100644 --- a/npc/019-2/_import.txt +++ b/npc/019-2/_import.txt @@ -4,4 +4,5 @@ "npc/019-2/_warps.txt", "npc/019-2/angela.txt", "npc/019-2/guards.txt", +"npc/019-2/ship.txt", "npc/019-2/sign.txt", diff --git a/npc/019-2/ship.txt b/npc/019-2/ship.txt new file mode 100644 index 000000000..fb1297ad2 --- /dev/null +++ b/npc/019-2/ship.txt @@ -0,0 +1,18 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// This script controls access to Ships, fixing variables. + +019-2,120,113,0 script NivalShip NPC_HIDDEN,0,0,{ + +OnTouch: + LOCATION$="Nival"; + goto L_Warp; + +L_Warp: + warp "016-1@"+LOCATION$, 21, 26; + closedialog; + close; +} + -- cgit v1.2.3-70-g09d2