summaryrefslogtreecommitdiff
path: root/npc/001-2-26/flask.txt
blob: 8afa58c3fec1e8948ee697057ea0a3dde5d7959c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Author:
//    Reid
// Description:
//    Alchemy animation.

001-2-26,32,27,4	script	#FlaskAlchemyLab	NPC_FLASK,{
    .dir = 2;
    stopnpctimer;
    initnpctimer;
    close;

OnTimer12920:
    .dir = 4;
    stopnpctimer;
    end;

OnInit:
    .distance = 3;
    end;
}