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

OnTimer12920:
    setnpcdir 4;
    stopnpctimer;
    end;

OnInit:
    .distance = 3;
    end;
}