summaryrefslogtreecommitdiff
path: root/npc/000-2-1/hammock.txt
blob: 3de878f813871e6dd01403dcd03f9d0d2107a60f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Animated hammock.

000-2-1.gat,22,36,0,2	script	#name	904,{

OnTouchFirst:
    setnpcdir 2;

    end;

OnUnTouchAll:
    setnpcdir 4;

    end;

}