diff options
Diffstat (limited to 'npc/003-0-3')
-rw-r--r-- | npc/003-0-3/_config.txt | 20 | ||||
-rw-r--r-- | npc/003-0-3/_import.txt | 1 |
2 files changed, 21 insertions, 0 deletions
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", |