summaryrefslogtreecommitdiff
path: root/npc/001-2-26/flask.txt
blob: 1bee0344c22ba8eb93ccef44ede4baea947708bb (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	422,{
    setnpcdir 2;
    stopnpctimer;
    initnpctimer;
    close;

OnTimer12920:
    setnpcdir 4;
    stopnpctimer;
    end;

OnInit:
    setnpcdistance 3;
    end;
}