diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 12:12:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 12:12:04 -0300 |
commit | 4c3c83cf5678145a4ebb35fd9f0d0aa465b5a0a2 (patch) | |
tree | 22e36029b3abb08e979bd00ebdb2004ec08ad97d /npc/003-9/scripted.txt | |
parent | 65037917d12f37c28ad49f1407feea2b4178978b (diff) | |
download | serverdata-4c3c83cf5678145a4ebb35fd9f0d0aa465b5a0a2.tar.gz serverdata-4c3c83cf5678145a4ebb35fd9f0d0aa465b5a0a2.tar.bz2 serverdata-4c3c83cf5678145a4ebb35fd9f0d0aa465b5a0a2.tar.xz serverdata-4c3c83cf5678145a4ebb35fd9f0d0aa465b5a0a2.zip |
Draft
Diffstat (limited to 'npc/003-9/scripted.txt')
-rw-r--r-- | npc/003-9/scripted.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/003-9/scripted.txt b/npc/003-9/scripted.txt index 3e5f6f970..673beeafe 100644 --- a/npc/003-9/scripted.txt +++ b/npc/003-9/scripted.txt @@ -14,3 +14,11 @@ OnInit: end; } +003-9,0,0,0 script #TulimInnStory NPC_HIDDEN,{ + end; + +OnEvent1: + setpcblock(255, false); + end; +} + |