From ed215791bcecc57a4ab08ec396513664df7cc618 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Feb 2021 15:40:48 -0300 Subject: Add a door for the Great Tree --- npc/018-5/_import.txt | 1 + npc/018-5/tree.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 npc/018-5/tree.txt (limited to 'npc/018-5') diff --git a/npc/018-5/_import.txt b/npc/018-5/_import.txt index c30754ade..f9fc6b3fc 100644 --- a/npc/018-5/_import.txt +++ b/npc/018-5/_import.txt @@ -6,3 +6,4 @@ "npc/018-5/storage.txt", "npc/018-5/teleporter.txt", "npc/018-5/town.txt", +"npc/018-5/tree.txt", diff --git a/npc/018-5/tree.txt b/npc/018-5/tree.txt new file mode 100644 index 000000000..c4991686b --- /dev/null +++ b/npc/018-5/tree.txt @@ -0,0 +1,17 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Lilit's access + +018-5,100,52,0 script Great Tree NPC_NO_SPRITE,{ + mesn; + mesq l("The door is locked."); + close; + +OnInit: + .sex = G_OTHER; + .distance = 1; + end; +} + -- cgit v1.2.3-60-g2f50