diff options
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index f1ef748ac..1a4e2fc95 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -190,16 +190,19 @@ OnTimer1000: OnInit:
initpath "move", 58, 100,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 100, 0,
"move", 62, 100,
"dir", DOWN, 0,
- "wait", 1, 0,
- "move", 58, 104,
+ "wait", 35, 0,
+ "move", 62, 93,
"dir", DOWN, 0,
- "wait", 1, 0,
- "move", 56, 99,
+ "wait", 48, 0,
+ "move", 58, 104,
"dir", DOWN, 0,
- "wait", 1, 0;
+ "wait", 55, 0,
+ "move", 54, 102,
+ "dir", RIGHT, 0,
+ "wait", 82, 0;
initialmove;
initnpctimer;
|