summaryrefslogtreecommitdiff
path: root/npc/000-2-1/devis.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/devis.txt')
-rw-r--r--npc/000-2-1/devis.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
new file mode 100644
index 00000000..5071dfb7
--- /dev/null
+++ b/npc/000-2-1/devis.txt
@@ -0,0 +1,16 @@
+// Evol scripts.
+// Authors:
+// Alige
+// Reid
+// Vasily_Makarov
+// Description:
+// Sleeping and grumbling NPC.
+
+000-2-1,32,38,0 script Devis NPC_HAMMOC,{
+ asleep;
+ close;
+
+OnInit:
+ .distance = 2;
+ end;
+}