From 20df2abc1aca00d6aa5dc78347133890f36b32f3 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 13 Jan 2018 20:50:42 +0100 Subject: Initial commit --- npc/001-2-24/hammock.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 npc/001-2-24/hammock.txt (limited to 'npc/001-2-24/hammock.txt') diff --git a/npc/001-2-24/hammock.txt b/npc/001-2-24/hammock.txt new file mode 100644 index 000000000..f43193587 --- /dev/null +++ b/npc/001-2-24/hammock.txt @@ -0,0 +1,17 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Animated hammock at the top level of the ship. + +001-2-24,28,24,0 script #nardArtisHammock NPC_LEFT_HAMMOCK,1,0,{ + +OnTouch: + hamTouchRight; + +OnUnTouch: + hamUnTouch; + +OnTimer5440: + hamTimerRight; +} -- cgit v1.2.3-60-g2f50