summaryrefslogtreecommitdiff
path: root/npc/000-2-3/hammock.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-3/hammock.txt')
-rw-r--r--npc/000-2-3/hammock.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/000-2-3/hammock.txt b/npc/000-2-3/hammock.txt
new file mode 100644
index 00000000..1afd66d8
--- /dev/null
+++ b/npc/000-2-3/hammock.txt
@@ -0,0 +1,23 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Animated hammock of top level of the Ship.
+
+000-2-3.gat,28,24,0,2 script #name 904,1,0{
+
+OnTouchFirst:
+ setnpcdir 4;
+ close;
+
+OnUnTouchAll:
+ setnpcdir 2;
+ initnpctimer;
+ close;
+
+OnTimer5440:
+ setnpcdir 4;
+ stopnpctimer;
+ end;
+
+} \ No newline at end of file