diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-07 23:10:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-07 23:10:14 -0300 |
commit | 0d91d9a07d1dc96935ac814260f1056401f71501 (patch) | |
tree | 4c6af49f240e676696ecee7614580d1200c20943 /npc/003-0-3/_config.txt | |
parent | ae5816dc9e68c9ae0393bfec654ff11bacd3f1d8 (diff) | |
download | serverdata-0d91d9a07d1dc96935ac814260f1056401f71501.tar.gz serverdata-0d91d9a07d1dc96935ac814260f1056401f71501.tar.bz2 serverdata-0d91d9a07d1dc96935ac814260f1056401f71501.tar.xz serverdata-0d91d9a07d1dc96935ac814260f1056401f71501.zip |
Break a wall, build a stair; Courtroom is now available!
Diffstat (limited to 'npc/003-0-3/_config.txt')
-rw-r--r-- | npc/003-0-3/_config.txt | 20 |
1 files changed, 20 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"; +} |