From 20df2abc1aca00d6aa5dc78347133890f36b32f3 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 13 Jan 2018 20:50:42 +0100 Subject: Initial commit --- npc/001-2-26/flask.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/001-2-26/flask.txt (limited to '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 000000000..8afa58c3f --- /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 NPC_FLASK,{ + .dir = 2; + stopnpctimer; + initnpctimer; + close; + +OnTimer12920: + .dir = 4; + stopnpctimer; + end; + +OnInit: + .distance = 3; + end; +} -- cgit v1.2.3-70-g09d2