summaryrefslogtreecommitdiff
path: root/npc/001-2-24/hammock.txt
blob: f43193587553140cc2f28ab26e7ff7762d88a4ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}