diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-18 16:38:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-18 16:38:46 -0300 |
commit | dbd23045bdbb28ef782363541461e14db9b3850c (patch) | |
tree | cd0657e6bf901fa7a1231d3075ed04cdfe44cd4e /npc/017-1 | |
parent | d2a96aa7466e38520154bd3c7d59f99d1ba11007 (diff) | |
download | serverdata-dbd23045bdbb28ef782363541461e14db9b3850c.tar.gz serverdata-dbd23045bdbb28ef782363541461e14db9b3850c.tar.bz2 serverdata-dbd23045bdbb28ef782363541461e14db9b3850c.tar.xz serverdata-dbd23045bdbb28ef782363541461e14db9b3850c.zip |
Minor comments
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/townhall.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index 35482d5ed..931f130a0 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -6,6 +6,7 @@ 017-1,180,20,0 script #LoF_Townhall01 NPC_HIDDEN,{ end; + OnTouch: // Sponsor and Main Quest 17+ - access granted .@q=getq(General_Narrator); @@ -21,6 +22,7 @@ OnInit: 017-1,182,20,0 script #LoF_Townhall02 NPC_HIDDEN,{ end; + OnTouch: // Sponsor and Main Quest 17+ - access granted .@q=getq(General_Narrator); @@ -35,6 +37,7 @@ OnInit: 017-1,171,20,0 script #LoF_Townhall03 NPC_HIDDEN,{ end; + OnTouch: // Sponsor and Main Quest 17+ - access granted .@q=getq(General_Narrator); @@ -49,6 +52,7 @@ OnInit: 017-1,190,20,0 script #LoF_Townhall04 NPC_HIDDEN,{ end; + OnTouch: // Sponsor and Main Quest 17+ - access granted .@q=getq(General_Narrator); |