diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-02-03 22:03:48 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-02-03 22:06:22 +0100 |
commit | b20c0030ad232f36130e9b56b72719b24d0ef9ab (patch) | |
tree | 76f356d107e895973d49a7694d9baca6db2f7a6f /npc/032-1_Outback/miriam.txt | |
parent | ae8142bcd7b09e449e56c7fe8fc62079e150bcf0 (diff) | |
download | serverdata-b20c0030ad232f36130e9b56b72719b24d0ef9ab.tar.gz serverdata-b20c0030ad232f36130e9b56b72719b24d0ef9ab.tar.bz2 serverdata-b20c0030ad232f36130e9b56b72719b24d0ef9ab.tar.xz serverdata-b20c0030ad232f36130e9b56b72719b24d0ef9ab.zip |
variable cleanup miriam
whenever you get there, when the quest is done, clean unneeded variables
Diffstat (limited to 'npc/032-1_Outback/miriam.txt')
-rw-r--r-- | npc/032-1_Outback/miriam.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/032-1_Outback/miriam.txt b/npc/032-1_Outback/miriam.txt index a469ae36..f15c1259 100644 --- a/npc/032-1_Outback/miriam.txt +++ b/npc/032-1_Outback/miriam.txt @@ -292,11 +292,13 @@ L_goodjob: message strcharinfo(0), "[You learned Speed Skill]"; setskill SKILL_SPEED, 1; getexp 2500, 0; + set QUEST_MIRIAM_cheat, 0; // reset just in case it is still set. close; L_fast: mes "[Miriam]"; mes "\"I hope you make a good use of your new skill... Take care!\""; + set QUEST_MIRIAM_cheat, 0; // reset just in case it is still set. close; } |