summaryrefslogtreecommitdiff
path: root/npc/001-1/harbours.txt
blob: 9a85d41b2eb704ef7005680284394e8957d1b8a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Harbour animated tiles.
// Animation:
//    Length: 1680
// Values:
//    2   Hook moving down.
//    4   Hook moving up.
//    6   Hook down.
//    8   Hook up.

001-1,177,120,0	script	#Harbour1	421,{

    harbourClic;

OnTimer1670:
    harbourTimer;

OnInit:
    setnpcdistance 2;
    end;
}