summaryrefslogtreecommitdiff
path: root/npc/000-1/panels.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 18:19:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 18:19:27 +0300
commitd69f9fe30404efeefaad1215239afc448ffca273 (patch)
tree79f7b8a8757eef62f5009588a878a5a3d4c574da /npc/000-1/panels.txt
parentdbd26c5aaeabd8ce698f27d8d9874fb3807d4647 (diff)
downloadserverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.gz
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.bz2
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.xz
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.zip
Restore active distance to all npcs.
Diffstat (limited to 'npc/000-1/panels.txt')
-rw-r--r--npc/000-1/panels.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/npc/000-1/panels.txt b/npc/000-1/panels.txt
index 13ea41e4..9b72d5e0 100644
--- a/npc/000-1/panels.txt
+++ b/npc/000-1/panels.txt
@@ -5,9 +5,7 @@
// Description:
// Panels to give advice to the players.
-// Size = 2
000-1,65,93,0 script #panel1 999,{
-
mesn "Narrator";
mes col(l("Your heart quickens as your gaze focuses upon a small wooden panel, partly obscured under a layer of wind-blown sand."), 9);
next;
@@ -20,13 +18,14 @@
mesq l("Furthermore, unless you are planning to stick it out, you should also not even think about gaining experience by messing with those icky pink land jellies. The pink could stick on you, imagine the horror!");
next;
mesq l("In fact... Oh, the things that I could tell... But ran out of space on this... Just be reasonable and go home.");
-
close;
+
+OnInit:
+ setnpcdistance 2;
+ end;
}
-// Size = 2
000-1,89,51,0 script #panel2 999,{
-
mesn "Narrator";
mes col(l("This panel looks in rather good shape, as though some people take care of it regularly. Maybe it has important information."), 9);
next;
@@ -48,4 +47,8 @@
next;
mesq l("Have fun, but always remember to pick your stats with good care.");
close;
+
+OnInit:
+ setnpcdistance 2;
+ end;
}