diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-31 21:39:08 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-31 21:39:08 -0200 |
commit | 0cb2b1cf6d060095513a5726d5643fe46415e28d (patch) | |
tree | f699217d74d57a3adb2ef27bcfca32037d09064e /npc | |
parent | fdf6b1fa4518d96daa89ef83575b383c2b9b5e7b (diff) | |
download | serverdata-0cb2b1cf6d060095513a5726d5643fe46415e28d.tar.gz serverdata-0cb2b1cf6d060095513a5726d5643fe46415e28d.tar.bz2 serverdata-0cb2b1cf6d060095513a5726d5643fe46415e28d.tar.xz serverdata-0cb2b1cf6d060095513a5726d5643fe46415e28d.zip |
Botcheck blackbox
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-3/elmo.txt | 1 | ||||
-rw-r--r-- | npc/botcheck/_import.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index a8db0b6ea..8388b65f9 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -12,6 +12,7 @@ if (getq(CandorQuest_Sailors) == 2) goto L_Party; if (LOCATION$ == "Candor") goto L_Candor; + // TODO: NPC looking at task schedule and stuff sailortalk; end; // double-sure diff --git a/npc/botcheck/_import.txt b/npc/botcheck/_import.txt index 5f53d234a..e6f4365dd 100644 --- a/npc/botcheck/_import.txt +++ b/npc/botcheck/_import.txt @@ -1,2 +1,3 @@ // Map botcheck: Botcheck Area // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/botcheck/botcheck_blackbox.txt", |