From 4fe9f5916eae781a14ee71f40121979cc347c024 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Apr 2021 13:10:34 -0300 Subject: [skip ci] --- npc/commands/debug-quest.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index 749c43b0..65494ac3 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -64,8 +64,10 @@ OnCall: end; OnSetq: - if (!is_trusted()) - charcommand sprintf("@request Hello world! Quest request received"); + if (!is_trusted()) { + atcommand sprintf("@request Hello world! Quest request received ac"); + charcommand sprintf("@request Hello world! Quest request received cc"); + } if (.@atcmd_numparameters < 1) { dispbottom "setq called with invalid arguments (min. 2)"; -- cgit v1.2.3-60-g2f50