summaryrefslogtreecommitdiff
path: root/npc/000-2-0/note.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-0/note.txt')
-rw-r--r--npc/000-2-0/note.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-2-0/note.txt b/npc/000-2-0/note.txt
index 22c562ff..29628d70 100644
--- a/npc/000-2-0/note.txt
+++ b/npc/000-2-0/note.txt
@@ -6,7 +6,6 @@
// Description:
// A small note presenting the 6 main rules of Evol Online.
-// Size = 2
000-2-0,29,25,0 script Note 116,{
mesn "Narrator";
mes col(l("There is a paper with some rules written on it."), 9);
@@ -34,4 +33,8 @@
mes col(l("Other things are written but are not legible anymore."), 9);
close;
+
+OnInit:
+ setnpcdistance 2;
+ end;
}