summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 13:10:34 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 13:10:34 -0300
commit4fe9f5916eae781a14ee71f40121979cc347c024 (patch)
treea4af4baa943714cfbb3b5989c70d0194091307dd /npc/commands
parent44026750409e5e1c88167fa09ff4354708928ca1 (diff)
downloadserverdata-4fe9f5916eae781a14ee71f40121979cc347c024.tar.gz
serverdata-4fe9f5916eae781a14ee71f40121979cc347c024.tar.bz2
serverdata-4fe9f5916eae781a14ee71f40121979cc347c024.tar.xz
serverdata-4fe9f5916eae781a14ee71f40121979cc347c024.zip
[skip ci]
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/debug-quest.txt6
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)";