From 7c6c2416bc152de0758d7441a373e260b40c4d5b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Sep 2015 19:06:59 +0300 Subject: Replace getnpcdir and setnpcdir with one or zero parameters to variable '.dir'. --- npc/001-2-26/flask.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-2-26') diff --git a/npc/001-2-26/flask.txt b/npc/001-2-26/flask.txt index 1db45c5f..8afa58c3 100644 --- a/npc/001-2-26/flask.txt +++ b/npc/001-2-26/flask.txt @@ -5,13 +5,13 @@ // Alchemy animation. 001-2-26,32,27,4 script #FlaskAlchemyLab NPC_FLASK,{ - setnpcdir 2; + .dir = 2; stopnpctimer; initnpctimer; close; OnTimer12920: - setnpcdir 4; + .dir = 4; stopnpctimer; end; -- cgit v1.2.3-70-g09d2