summaryrefslogtreecommitdiff
path: root/npc/008-2-2/note.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-31 19:09:49 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-31 19:09:49 -0200
commit2f16d8b8c34257733180058c82415d395ea27474 (patch)
tree09a7e0b77ba01cfade269593ee88c02122fd5976 /npc/008-2-2/note.txt
parentf4ac215d94dc2c5eb58675f79e0be87932f78cc3 (diff)
parent28fdcc18ff9c80fea20414482ecc7c74fd0bf9cf (diff)
downloadserverdata-jesusalva/GuidedTour.tar.gz
serverdata-jesusalva/GuidedTour.tar.bz2
serverdata-jesusalva/GuidedTour.tar.xz
serverdata-jesusalva/GuidedTour.zip
Merge branch 'master' into jesusalva/GuidedTourjesusalva/GuidedTour
Diffstat (limited to 'npc/008-2-2/note.txt')
-rw-r--r--npc/008-2-2/note.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/npc/008-2-2/note.txt b/npc/008-2-2/note.txt
new file mode 100644
index 00000000..2fcce90f
--- /dev/null
+++ b/npc/008-2-2/note.txt
@@ -0,0 +1,28 @@
+// Evol scripts.
+// Author:
+// gumi
+
+008-2-2,32,28,0 script Note#Hurnscald:pub NPC_PAPER_NOTE,{
+ narrator(8,
+ l("We refuse service to anyone who:"),
+ l("• Has a bubblehead"),
+ l("• Is not properly shaded"),
+ l("• Can't walk without stopping after every step"));
+
+ // In case you don't get the joke, know that it's a parody on Illutia.
+
+ close;
+
+OnInit:
+ .distance = 3;
+
+////////// UNFINISHED //////////
+////////////////////////////////
+// REMOVE THIS CODE WHEN THIS //
+// NPC IS NO LONGER A WIP //////
+////////////////////////////////
+//if (!debug) disablenpc(.name$);
+///////// UNFINISHED ///////////
+
+ end;
+}