summaryrefslogblamecommitdiff
path: root/npc/000-2-3/hammock.txt
blob: d5b6972e6c0f391effde36b2e4e1c6736476b47e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                
          

               
                                                    
 
                                         
 

                  
 

               

            
                  
 
// Evol scripts.
// Author:
//    Reid
// Description:
//    Animated hammock at the top level of the ship.

000-2-3,28,24,0	script	#name5	904,1,0,{

OnTouch:
    hamTouchRight;

OnUnTouch:
    hamUnTouch;

OnTimer5440:
    hamTimerRight;
}