diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-04 13:14:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-04 13:14:20 -0300 |
commit | a184cd029043a9e396a4ed217c31d2bbfc153732 (patch) | |
tree | 74b23e260976d82c7eb87bff7f7877915c0a4cf2 /npc/commands/debug-quest.txt | |
parent | c5e5504ad73028b8dadeefe0af7f72c3ae0e6128 (diff) | |
download | serverdata-a184cd029043a9e396a4ed217c31d2bbfc153732.tar.gz serverdata-a184cd029043a9e396a4ed217c31d2bbfc153732.tar.bz2 serverdata-a184cd029043a9e396a4ed217c31d2bbfc153732.tar.xz serverdata-a184cd029043a9e396a4ed217c31d2bbfc153732.zip |
Report @setq usage
Diffstat (limited to 'npc/commands/debug-quest.txt')
-rw-r--r-- | npc/commands/debug-quest.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index 1968e9f28..335dacaa3 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -74,6 +74,8 @@ OnSetq: setq2 .@q, atoi(.@atcmd_parameters$[2]); case 2: setq1 .@q, atoi(.@atcmd_parameters$[1]); + specialeffect 50; + dispbottom l("Quest @@ modified by GM", getquestlink(.@q)); break; default: dispbottom "setq called with invalid arguments (max. 4)"; |