From 89e6536f8f2c6f67474eaea5c191cee814618429 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 18 Feb 2015 06:04:41 +0100 Subject: Add a panel NPC on Artis. --- npc/001-1/panels.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 npc/001-1/panels.txt (limited to 'npc/001-1/panels.txt') diff --git a/npc/001-1/panels.txt b/npc/001-1/panels.txt new file mode 100644 index 00000000..fc1bb7a0 --- /dev/null +++ b/npc/001-1/panels.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Panels to give advice and some random information to players. + +001-1,180,25,0 script #ArtisPanel1 999,{ + mesn "Narrator"; + mes col(l("A weeds covered panel draws your attention, a message is visible concealed behind the leaves..."), 9); + next; + mesq l("Don't fall!"); + next; + mesq l("You've reached the highest natural place of Artis, enjoy the view."); + close; + +OnInit: + setnpcdistance 2; + end; +} + -- cgit v1.2.3-70-g09d2