summaryrefslogtreecommitdiff
path: root/npc/001-2-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-0')
-rw-r--r--npc/001-2-0/resa.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-0/resa.txt b/npc/001-2-0/resa.txt
index b8df8c267..e48971b88 100644
--- a/npc/001-2-0/resa.txt
+++ b/npc/001-2-0/resa.txt
@@ -4,13 +4,13 @@
// Description:
// Light Armor shop keeper.
-// Size = 2
001-2-0,37,28,0 script Resa 117,{
mesn;
mesq l("Hi.");
-
close;
+
OnInit:
setnpcsex 0;
+ setnpcdistance 2;
end;
}