From 6704ac98fdeca29c3efd8a73903cfd3f91783088 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Mar 2018 18:19:48 -0300 Subject: Make @qdebug more flexible --- npc/commands/debug-quest.txt | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3-70-g09d2