From c15a34d8c660e121cbaa5911e0117e4e6a70ef4f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 3 Oct 2015 21:03:25 +0300 Subject: Add walk mask constants and set walk mask in npc4. --- npc/test/npc4.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/test/npc4.txt b/npc/test/npc4.txt index 2461a601..09f85bb7 100644 --- a/npc/test/npc4.txt +++ b/npc/test/npc4.txt @@ -16,17 +16,18 @@ OnTimer1000: initnpctimer; end; OnInit: + .walkmask = WALK_WATER; initpath "move", 20, 20, "sit", 0, 0, "dir", 6, 0, "move", 25, 20, "emote", 3, 0, - "class", 104, 0, +// "class", 104, 0, "speed", 100, 0, "wait", 2, 0, "move", 22, 10, "rmove", 3, 3, - "class", 801, 0, +// "class", 801, 0, "speed", 200, 0, "wait", 1, 0, "warp", 22, 30, -- cgit v1.2.3-70-g09d2