From 7330d282726f62cdb63dcca5b49c4607cbbdc199 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Apr 2017 13:02:59 -0400 Subject: Hurnscald mega-commit --- npc/placeholder/note.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 npc/placeholder/note.txt (limited to 'npc/placeholder/note.txt') diff --git a/npc/placeholder/note.txt b/npc/placeholder/note.txt new file mode 100644 index 00000000..f449ac89 --- /dev/null +++ b/npc/placeholder/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; +} -- cgit v1.2.3-60-g2f50