diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-24 13:12:24 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-24 13:12:24 -0300 |
commit | 416bbd52b8c5212b2dd0ff603a0491cacc2609c8 (patch) | |
tree | f203a45e1da47c9ea221b15f5bfa0b3d7bc7c849 /npc | |
parent | 2202a97e36d330731dbc784d441ae82959e6a857 (diff) | |
download | serverdata-416bbd52b8c5212b2dd0ff603a0491cacc2609c8.tar.gz serverdata-416bbd52b8c5212b2dd0ff603a0491cacc2609c8.tar.bz2 serverdata-416bbd52b8c5212b2dd0ff603a0491cacc2609c8.tar.xz serverdata-416bbd52b8c5212b2dd0ff603a0491cacc2609c8.zip |
Experiment
Diffstat (limited to 'npc')
-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); |