summaryrefslogblamecommitdiff
path: root/npc/001-2-26/flask.txt
blob: 1bee0344c22ba8eb93ccef44ede4baea947708bb (plain) (tree)




















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