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.txt15
1 files changed, 5 insertions, 10 deletions
diff --git a/npc/000-2-3/hammock.txt b/npc/000-2-3/hammock.txt
index 1a1b90a6b..d5b6972e6 100644
--- a/npc/000-2-3/hammock.txt
+++ b/npc/000-2-3/hammock.txt
@@ -6,17 +6,12 @@
000-2-3,28,24,0 script #name5 904,1,0,{
-OnTouchFirst:
- setnpcdir 4;
- close;
+OnTouch:
+ hamTouchRight;
-OnUnTouchAll:
- setnpcdir 2;
- initnpctimer;
- close;
+OnUnTouch:
+ hamUnTouch;
OnTimer5440:
- setnpcdir 4;
- stopnpctimer;
- end;
+ hamTimerRight;
}