From 76ed64d09c767983c73eba2dfbb95af994e67934 Mon Sep 17 00:00:00 2001 From: Saulc Date: Tue, 6 Feb 2018 19:26:23 +0100 Subject: add Tolchi quest --- npc/005-4/rosen.txt | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'npc/005-4/rosen.txt') diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 60bf6c73f..958d74dee 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -14,7 +14,7 @@ // 5 Light Armor Shop quest delivered. // 6 Light Armor Shop gave the cloths. -005-4,29,36,0 script Rosen NPC_ELVEN_FEMALE_ARMOR_SHOP,{ +005-4,29,36,0 script Rosen 451,{ function explain_ironingot { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, @@ -69,9 +69,23 @@ } } while (1); +OnTimer1000: + domovestep; OnInit: - .sex = G_FEMALE; - .distance = 2; - end; -} + initpath "move", 28, 36, + "dir", DOWN, 0, + "wait", 31, 0, + "move", 31, 36, + "dir", DOWN, 0, + "wait", 31, 0, + "move", 25, 35, + "dir", UP, 0, + "wait", 2, 0, + "move", 29, 36, + "dir", DOWN, 0, + "wait", 31, 0; + initialmove; + initnpctimer; + .distance = 5; +} -- cgit v1.2.3-60-g2f50