From 33813a1389e23952d5821b0b56bc00a7302e66d0 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 13 Jun 2012 21:54:05 +0200 Subject: Remove fake savepoint 000-2-3 hammock, Rename savepoint to hammock on 000-2-3, Remove savepoint function dialogue. --- npc/000-2-3/hammock.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 npc/000-2-3/hammock.txt (limited to 'npc/000-2-3/hammock.txt') 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 -- cgit v1.2.3-70-g09d2