From 0d91d9a07d1dc96935ac814260f1056401f71501 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 7 Jul 2023 23:10:14 -0300 Subject: Break a wall, build a stair; Courtroom is now available! --- npc/003-0-3/_config.txt | 20 ++++++++++++++++++++ npc/003-0-3/_import.txt | 1 + 2 files changed, 21 insertions(+) create mode 100644 npc/003-0-3/_config.txt (limited to 'npc/003-0-3') diff --git a/npc/003-0-3/_config.txt b/npc/003-0-3/_config.txt new file mode 100644 index 000000000..b3f77f08f --- /dev/null +++ b/npc/003-0-3/_config.txt @@ -0,0 +1,20 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 003-0-3: Superior Courtroom conf + +003-0-3,34,37,0 script #003-0-3_34_37 NPC_HIDDEN,{ + end; +OnDisable: +OnInit: + delcells "003-0-3_34_37"; end; +OnEnable: + setcells "003-0-3", 34, 37, 34, 37, 1, "003-0-3_34_37"; +} + +003-0-3,34,23,0 script #003-0-3_34_23 NPC_HIDDEN,{ + end; +OnDisable: +OnInit: + delcells "003-0-3_34_23"; end; +OnEnable: + setcells "003-0-3", 34, 23, 35, 23, 1, "003-0-3_34_23"; +} diff --git a/npc/003-0-3/_import.txt b/npc/003-0-3/_import.txt index 535b0c1f6..e00d1d283 100644 --- a/npc/003-0-3/_import.txt +++ b/npc/003-0-3/_import.txt @@ -1,3 +1,4 @@ // Map 003-0-3: Superior Courtroom // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/003-0-3/_config.txt", "npc/003-0-3/_warps.txt", -- cgit v1.2.3-70-g09d2