From 55679a7f63f72680142a52dfa574916c6139840d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Sep 2021 21:04:22 -0300 Subject: Improve a tiny bit the internals of @getq --- npc/commands/debug-quest.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index a92a9d084..1d345091d 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -88,9 +88,9 @@ OnSetq: end; OnGetq: - if (.@atcmd_numparameters < 1) { - dispbottom "getq called with invalid arguments (min. 2)"; - dispbottom "Message is sent a console notice."; + if (.@atcmd_numparameters != 1) { + dispbottom "getq called with invalid arguments."; + dispbottom "Message is sent as a console notice."; dispbottom "GM Command syntax: @getq "; end; } -- cgit v1.2.3-70-g09d2