summaryrefslogtreecommitdiff
path: root/npc/001-2-24/hammock.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-24/hammock.txt')
-rw-r--r--npc/001-2-24/hammock.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-2-24/hammock.txt b/npc/001-2-24/hammock.txt
new file mode 100644
index 00000000..9991ea84
--- /dev/null
+++ b/npc/001-2-24/hammock.txt
@@ -0,0 +1,22 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Animated hammock at the top level of the ship.
+
+001-2-24,28,24,0 script #nardArtisHammock 904,1,0,{
+
+OnTouchFirst:
+ setnpcdir 4;
+ close;
+
+OnUnTouchAll:
+ setnpcdir 2;
+ initnpctimer;
+ close;
+
+OnTimer5440:
+ setnpcdir 4;
+ stopnpctimer;
+ end;
+}