diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-14 18:43:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-14 18:43:25 -0300 |
commit | cd75d81d9d94d7be9d9b4f19c65a5208b24f9b9d (patch) | |
tree | c2f55b014affaec64ecd37ca96c75cd836be28f7 /npc/002-4/elmo.txt | |
parent | 8e78e36dab589bbf0516a747457bb50870aca0dc (diff) | |
download | serverdata-cd75d81d9d94d7be9d9b4f19c65a5208b24f9b9d.tar.gz serverdata-cd75d81d9d94d7be9d9b4f19c65a5208b24f9b9d.tar.bz2 serverdata-cd75d81d9d94d7be9d9b4f19c65a5208b24f9b9d.tar.xz serverdata-cd75d81d9d94d7be9d9b4f19c65a5208b24f9b9d.zip |
Remove debug message from elmo (used to test getquestlink)
Diffstat (limited to 'npc/002-4/elmo.txt')
-rw-r--r-- | npc/002-4/elmo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index ab113252f..734006e1b 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -41,8 +41,8 @@ L_Candor: .@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)); + //if (getgmlevel() == 99 && .@q > 0 && .q < 4) + // mes l("Please, Game Master, help Zegas @@!", getquestlink(CandorQuest_Barrel)); // Kids Quest .@q=getq(CandorQuest_HAS); |