summaryrefslogtreecommitdiff
path: root/npc/001-1/beuss.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-17 00:53:24 +0200
committerReid <reidyaro@gmail.com>2015-06-17 00:53:24 +0200
commitb2521321dccce26a55d85dc0033e598e0523953b (patch)
tree585d9e32ab97f5dd7f811611f0489356fe9fa26a /npc/001-1/beuss.txt
parentb8409b308bed1d12c5bb609d435d2138efdd44e2 (diff)
downloadserverdata-b2521321dccce26a55d85dc0033e598e0523953b.tar.gz
serverdata-b2521321dccce26a55d85dc0033e598e0523953b.tar.bz2
serverdata-b2521321dccce26a55d85dc0033e598e0523953b.tar.xz
serverdata-b2521321dccce26a55d85dc0033e598e0523953b.zip
Add animation script on beuss.
Diffstat (limited to 'npc/001-1/beuss.txt')
-rw-r--r--npc/001-1/beuss.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/npc/001-1/beuss.txt b/npc/001-1/beuss.txt
index 181b873fc..da2d2d791 100644
--- a/npc/001-1/beuss.txt
+++ b/npc/001-1/beuss.txt
@@ -5,13 +5,25 @@
// Angry member of the legion of Aemil.
001-1,45,52,0 script Beuss 424,{
+ stopnpctimer;
+ initnpctimer;
+ setnpcdir 4;
mesn;
- mesq l("You are too weak, what a piece of bone like you is doing around here?");
+ mesq l("You are too weak, what is a piece of bone like you doing around here?");
+ goto L_Close;
+
+L_Close:
close;
+OnTimer10000:
+ setnpcdir 2;
+ stopnpctimer;
+ end;
+
OnInit:
setnpcsex G_MALE;
setnpcdistance 2;
end;
}
+