diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 14:03:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 14:03:51 -0300 |
commit | 1374fa567866403dbc075f56d950deeb49ad9dff (patch) | |
tree | 1f0be7e0023d1db65853bed189e5c561d95b90c5 | |
parent | 32f9089ea34947e7a78eb7e8c1df69b3804c21b3 (diff) | |
download | serverdata-1374fa567866403dbc075f56d950deeb49ad9dff.tar.gz serverdata-1374fa567866403dbc075f56d950deeb49ad9dff.tar.bz2 serverdata-1374fa567866403dbc075f56d950deeb49ad9dff.tar.xz serverdata-1374fa567866403dbc075f56d950deeb49ad9dff.zip |
Fix it
-rwxr-xr-x | npc/029-2/sorfina.txt | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/npc/029-2/sorfina.txt b/npc/029-2/sorfina.txt index 25d37985..619a7060 100755 --- a/npc/029-2/sorfina.txt +++ b/npc/029-2/sorfina.txt @@ -299,11 +299,6 @@ OnTouch: } 029-2,29,23,0 script Dresser#tutorial NPC400,{ - @npc_distance = 2; - @distance_handler = 2; - callfunc "PCtoNPCRange"; - if (@npc_check) - goto L_closeDis; if (QL_BEGIN > 2) goto L_Empty; if (QL_BEGIN == 2) goto L_Shirt; goto L_Walk; @@ -330,9 +325,9 @@ L_Empty: mes "The dresser is empty."; close; -L_closeDis: - mes "You cannot reach that far."; - close; +OnInit: + .distance=1; + end; } 029-2,44,31,0 script #DoorOutTut1 NPC45,0,0,{ |