summaryrefslogblamecommitdiff
path: root/npc/001-2-26/flask.txt
blob: 8afa58c3fec1e8948ee697057ea0a3dde5d7959c (plain) (tree)
1
2
3
4
5
6
7
8





                        
                                                                   
             




                 
             



                 
                  

        
// 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;
}