summaryrefslogtreecommitdiff
path: root/npc/001-1/panels.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-18 02:08:36 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-18 02:08:36 +0100
commit26faa9a208a15ea858f5069a4c0d92e8a0709bdb (patch)
tree7ef0a6a5e39cb63f72ea9a6742f5a4cb320b41b4 /npc/001-1/panels.txt
parentb9416a07a0f085c64888ac02fecd47d43feee218 (diff)
downloadserverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.gz
serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.bz2
serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.xz
serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.zip
delete evol maps
Diffstat (limited to 'npc/001-1/panels.txt')
-rw-r--r--npc/001-1/panels.txt57
1 files changed, 0 insertions, 57 deletions
diff --git a/npc/001-1/panels.txt b/npc/001-1/panels.txt
deleted file mode 100644
index a82fbabd1..000000000
--- a/npc/001-1/panels.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-// Evol scripts.
-// Author:
-// Reid
-// Description:
-// Panels to give advice and some random information to players.
-
-001-1,180,25,0 script #ArtisPanel1 NPC_NO_SPRITE,{
- narrator S_LAST_NEXT,
- l("You step on something, a panel half overgrown by moss, it has writing on it...");
-
- mesq l("Don't fall!");
- next;
- mesq l("You've reached the highest natural place of Artis, enjoy the view.");
- next;
-
- closedialog;
- close;
-
-OnInit:
- .distance = 2;
- end;
-}
-
-001-1,95,51,0 script #ArtisPanel2 NPC_NO_SPRITE,{
- narrator S_LAST_NEXT,
- l("You step on something, a shaky and fragile panel with barely visible inscriptions on it...");
-
- mesq l("Beware of falling stones from the cliff!");
- next;
- mesq l("The other part of this sign has been crushed by a rock.");
- next;
-
- closedialog;
- close;
-
-OnInit:
- .distance = 2;
- end;
-}
-
-001-1,103,66,0 script #ArtisPanel3 NPC_NO_SPRITE,{
- narrator S_LAST_NEXT,
- l("You step on something, a panel with a bitten corner and clear inscriptions on it...");
-
- mesq l("Warning! Dangerous fish, do not fall into the lake!");
- next;
- narrator S_LAST_NEXT,
- l("Somebody tried to stroke the word \"fish\" and tried to replace it with \"sharkes\".");
-
- closedialog;
- close;
-
-OnInit:
- .distance = 2;
- end;
-}
-