diff options
-rw-r--r-- | npc/commands/debug-quest.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index 0da95f402..7cc3ff110 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -21,6 +21,9 @@ function script GlobalQuestDebug { mes "Determine the quest number, as stated in db/quests.conf"; input .@quest; if (!.@quest) return; + mes ""; + mes l("DEBUG: Changing @@ from @@ to something else.", getquestlink(.@quest), getq(.@quest)); + mes ""; mes "Determine the new value (numeric only)"; input .@value; if (.@value < 0) return; |