diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-04 15:34:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-04 15:34:04 -0300 |
commit | eba87fde79daedc5721daeda218e0a96e3d3307d (patch) | |
tree | aaae340e293f6903b719d4835a2149f29c9cfcad /npc/004-2/pachua.txt | |
parent | 94a5f33d0d97652e9bcd75948a713c0f114c92e5 (diff) | |
download | serverdata-eba87fde79daedc5721daeda218e0a96e3d3307d.tar.gz serverdata-eba87fde79daedc5721daeda218e0a96e3d3307d.tar.bz2 serverdata-eba87fde79daedc5721daeda218e0a96e3d3307d.tar.xz serverdata-eba87fde79daedc5721daeda218e0a96e3d3307d.zip |
Theoretically, this is Mirio's Quest
Diffstat (limited to 'npc/004-2/pachua.txt')
-rw-r--r-- | npc/004-2/pachua.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt index a9ab4c312..dcf5983a4 100644 --- a/npc/004-2/pachua.txt +++ b/npc/004-2/pachua.txt @@ -4,11 +4,18 @@ // Description: // Part of Speed Run Quest, and an unplanned assassin quest. -004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,{ +004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,1,1,{ + if (@pachua == 1) goto OnTouch; mesn; mesq l("Howdy! Mirio and I scout this canyon to protect our clan. I am also a retired assassin, maybe someday I can exchange some knowledge with you! Hahaha!"); close; +OnTouch: + if (@pachua != 1) end; + message strcharinfo(0), "Pachua quickly inhales from his pipe and releases a ring of smoke towards the sky!"; + @pachua = 2; + end; + OnInit: .distance = 4; .sex = G_MALE; |