summaryrefslogblamecommitdiff
path: root/npc/000-2-3/hammock.txt
blob: f5d214e4e5ffaeefec451f3c30e2414e966db0c4 (plain) (tree)
1
2
3
4
5
                
          

               
                                                    
















                                                
 
// Evol scripts.
// Author:
//    Reid
// Description:
//    Animated hammock at the 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;

}