diff options
-rw-r--r-- | npc/020-7-1/oskari.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/npc/020-7-1/oskari.txt b/npc/020-7-1/oskari.txt index 6b27bab4d..8f2504f73 100644 --- a/npc/020-7-1/oskari.txt +++ b/npc/020-7-1/oskari.txt @@ -175,10 +175,13 @@ OnTimer1000: domovestep; OnInit: + // Long Movement is difficult for Hercules Engine initpath "move", 122, 29, "dir", UP, 0, - "wait", 5, 0, + "wait", 15, 0, "dir", LEFT, 0, + "move", 109, 29, + "move", 79, 29, "move", 59, 29, "move", 56, 29, "wait", 3, 0, @@ -202,14 +205,22 @@ OnInit: "wait", 4, 0, "dir", DOWN, 0, "wait", 2, 0, + "move", 26, 57, + "wait", 2, 0, "move", 25, 77, "wait", 3, 0, "dir", RIGHT, 0, "wait", 10, 0, + "move", 26, 57, + "move", 26, 46, + "move", 55, 48, "move", 56, 29, "wait", 3, 0, "dir", RIGHT, 0, - "wait", 1, 0; + "wait", 1, 0, + "move", 59, 29, + "move", 79, 29, + "move", 109, 29; // And go back to Peetu, which is very far away, 'cause I'm lazy initialmove; initnpctimer; |