summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-2-1/hammock.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/npc/000-2-1/hammock.txt b/npc/000-2-1/hammock.txt
index 8b9e20fa..848d5638 100644
--- a/npc/000-2-1/hammock.txt
+++ b/npc/000-2-1/hammock.txt
@@ -123,7 +123,24 @@ OnTimer5440:
end;
}
-000-2-1,37,38,0 script #hammock8 905,1,0,{
+000-2-1,32,40,0 script #hammock8 904,1,0,{
+
+OnTouchFirst:
+ setnpcdir 0;
+ close;
+
+OnUnTouchAll:
+ setnpcdir 2;
+ initnpctimer;
+ close;
+
+OnTimer5440:
+ setnpcdir 0;
+ stopnpctimer;
+ end;
+}
+
+000-2-1,37,40,0 script #hammock8 905,1,0,{
OnTouchFirst:
setnpcdir 0;