diff options
Diffstat (limited to 'npc/006-1_Desert_mountains')
-rw-r--r-- | npc/006-1_Desert_mountains/pachua.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/006-1_Desert_mountains/pachua.txt b/npc/006-1_Desert_mountains/pachua.txt index 9fa6ad14..25e961d3 100644 --- a/npc/006-1_Desert_mountains/pachua.txt +++ b/npc/006-1_Desert_mountains/pachua.txt @@ -4,8 +4,10 @@ set @wants_leather_patch, QUEST_Forestbow_state & NIBBLE_4_MASK; + if (QUEST_MIRIAM_cheat != 0) goto L_warp_cheat; if (QUEST_MIRIAM_start != 0) goto L_smoke; +L_Begin: mes "[Chief Pachua]"; mes "\"How!\""; next; @@ -203,4 +205,10 @@ L_smoke: set QUEST_MIRIAM_run, gettimetick(1) - QUEST_MIRIAM_start; set QUEST_MIRIAM_start, 0; end; + +L_warp_cheat: + if (@warp_cheat == 1) goto L_Begin; + message strcharinfo(0), "Pachua releases a ring of smoke towards the sky! But, by the look on his face, you can tell he is suspicious about your methods..."; + set @warp_cheat, 1; + end; } |