From 3ef8ab29c1ee33ee8dabf59aeada549d796581aa Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 6 Mar 2015 00:03:08 +0100 Subject: Add flask script. --- npc/001-2-26/flask.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/001-2-26/flask.txt diff --git a/npc/001-2-26/flask.txt b/npc/001-2-26/flask.txt new file mode 100644 index 00000000..1bee0344 --- /dev/null +++ b/npc/001-2-26/flask.txt @@ -0,0 +1,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; +} -- cgit v1.2.3-60-g2f50