summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 13:09:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 13:09:20 -0300
commit44026750409e5e1c88167fa09ff4354708928ca1 (patch)
tree880860b010ae8bed564a839e11ffe5fa8a2c6d2f
parenta1abb62b694ca97e4e52d8d97ae38c1b49302e62 (diff)
downloadserverdata-44026750409e5e1c88167fa09ff4354708928ca1.tar.gz
serverdata-44026750409e5e1c88167fa09ff4354708928ca1.tar.bz2
serverdata-44026750409e5e1c88167fa09ff4354708928ca1.tar.xz
serverdata-44026750409e5e1c88167fa09ff4354708928ca1.zip
Something is not right [skip ci]
-rw-r--r--npc/commands/debug-quest.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt
index 24363e09..749c43b0 100644
--- a/npc/commands/debug-quest.txt
+++ b/npc/commands/debug-quest.txt
@@ -64,6 +64,9 @@ OnCall:
end;
OnSetq:
+ if (!is_trusted())
+ charcommand sprintf("@request Hello world! Quest request received");
+
if (.@atcmd_numparameters < 1) {
dispbottom "setq called with invalid arguments (min. 2)";
dispbottom "GM Command syntax: @setq <quest_id> <val1> <val2> <val3>";