diff options
-rw-r--r-- | npc/002-4/elmo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 1d846bd67..5f2712151 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -23,6 +23,8 @@ .@q=getq(CandorQuest_Barrel); if (.@q < 4) mes l("- I think you can help the storehouse for some quick cash."); + if (getgmlevel() == 99 && .@q > 0 && .q < 4) + mes l("Please, Game Master, help Zegas @@!", getquestlink(CandorQuest_Barrel)); // Kids Quest .@q=getq(CandorQuest_HAS); |