diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/debug-quest.txt | 6 |
1 files changed, 4 insertions, 2 deletions
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)"; |