// 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;
}