diff options
Diffstat (limited to 'npc/020-7-1/oskari.txt')
-rw-r--r-- | npc/020-7-1/oskari.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/020-7-1/oskari.txt b/npc/020-7-1/oskari.txt index 1268a7d43..6b27bab4d 100644 --- a/npc/020-7-1/oskari.txt +++ b/npc/020-7-1/oskari.txt @@ -171,11 +171,15 @@ function pComplete { } +OnTimer1000: + domovestep; + OnInit: initpath "move", 122, 29, "dir", UP, 0, - "wait", 15, 0, + "wait", 5, 0, "dir", LEFT, 0, + "move", 59, 29, "move", 56, 29, "wait", 3, 0, "dir", RIGHT, 0, @@ -201,7 +205,11 @@ OnInit: "move", 25, 77, "wait", 3, 0, "dir", RIGHT, 0, - "wait", 10, 0; + "wait", 10, 0, + "move", 56, 29, + "wait", 3, 0, + "dir", RIGHT, 0, + "wait", 1, 0; // And go back to Peetu, which is very far away, 'cause I'm lazy initialmove; initnpctimer; |