diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 01:06:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 01:06:48 -0300 |
commit | 61b7344b14c98eec6eddb958515ca81522449229 (patch) | |
tree | 98b518ea36ae7f4f25e6a559ba20c58e0ff955c3 /npc | |
parent | edba0614e4b2f927ff409a8eda424fb1284d0549 (diff) | |
download | serverdata-61b7344b14c98eec6eddb958515ca81522449229.tar.gz serverdata-61b7344b14c98eec6eddb958515ca81522449229.tar.bz2 serverdata-61b7344b14c98eec6eddb958515ca81522449229.tar.xz serverdata-61b7344b14c98eec6eddb958515ca81522449229.zip |
Debug
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-16/king.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index a6f549e6b..14b8bc8f8 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -95,6 +95,12 @@ L_Campaign: if (.@q) setq FrostiaQuest_Homunculus, 0, 0, 0; + // Debug functionality + if (is_gm()) { + if (askyesno() == ASK_YES) + cwarp "023-3", 63, 219; + } + // Endtrail mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; |