diff options
-rw-r--r-- | npc/017-1/townhall.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index 2f053fa04..772688eed 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -14,9 +14,6 @@ OnTouch: warp "017-10", 56, 78; } end; -OnInit: - .distance=1; - end; } @@ -30,9 +27,6 @@ OnTouch: warp "017-10", 60, 78; } end; -OnInit: - .distance=1; - end; } 017-1,171,20,0 script #LoF_Townhall03 NPC_NO_SPRITE,0,0,{ @@ -45,9 +39,6 @@ OnTouch: warp "017-10", 36, 78; } end; -OnInit: - .distance=1; - end; } 017-1,190,20,0 script #LoF_Townhall04 NPC_NO_SPRITE,0,0,{ @@ -60,9 +51,6 @@ OnTouch: warp "017-10", 80, 78; } end; -OnInit: - .distance=1; - end; } ///////////////////////////// // Main Quest 6 @@ -115,8 +103,5 @@ OnTouch: warp "018-6-1", 80, 199; } end; -OnInit: - .distance=1; - end; } |