diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 21:45:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 21:45:12 -0300 |
commit | 735389e9e0146660d7c12b44d8e2b22739d4ac0f (patch) | |
tree | b89ee5ad697b862050f9207af5a1b1dc6e449041 /npc/018-6-0/main.txt | |
parent | 3391e26afdf6b53b695b64eabbd8bfe703ffb8f9 (diff) | |
download | serverdata-735389e9e0146660d7c12b44d8e2b22739d4ac0f.tar.gz serverdata-735389e9e0146660d7c12b44d8e2b22739d4ac0f.tar.bz2 serverdata-735389e9e0146660d7c12b44d8e2b22739d4ac0f.tar.xz serverdata-735389e9e0146660d7c12b44d8e2b22739d4ac0f.zip |
Prepare the final cutscene, but for now, it'll merely report you that
the quest is not yet complete
Diffstat (limited to 'npc/018-6-0/main.txt')
-rw-r--r-- | npc/018-6-0/main.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/018-6-0/main.txt b/npc/018-6-0/main.txt index 25fe3d288..53c544ec9 100644 --- a/npc/018-6-0/main.txt +++ b/npc/018-6-0/main.txt @@ -79,11 +79,7 @@ OnTouch: setq1 LoFQuest_Barbara, 3; setq3 LoFQuest_Barbara, 0; } - if (!is_staff()) { - // TODO stop here FIXME - mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; - close; - } + // Execute the warp (randomly) if (any(true,false)) warp BarbaraInstCheck(3), 31, 151; |