summaryrefslogtreecommitdiff
path: root/npc/018-2_Woodland_mining_camp/angus.txt
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-12-27 22:23:10 -0700
committerFate <fate-tmw@googlemail.com>2008-12-27 22:23:10 -0700
commit781b8bbd160edf9a677fdd8075739ef378b6d57d (patch)
tree523df5aa765d59294e6390c74e8aec0081c074f3 /npc/018-2_Woodland_mining_camp/angus.txt
parentaacf6527a0ae9d440f9271906400825c9722275f (diff)
parent2ac5a7006c550c5ee85d3070b07bdb327ff83ec1 (diff)
downloadserverdata-781b8bbd160edf9a677fdd8075739ef378b6d57d.tar.gz
serverdata-781b8bbd160edf9a677fdd8075739ef378b6d57d.tar.bz2
serverdata-781b8bbd160edf9a677fdd8075739ef378b6d57d.tar.xz
serverdata-781b8bbd160edf9a677fdd8075739ef378b6d57d.zip
Merge branch 'master' into magic
Diffstat (limited to 'npc/018-2_Woodland_mining_camp/angus.txt')
-rw-r--r--npc/018-2_Woodland_mining_camp/angus.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/018-2_Woodland_mining_camp/angus.txt b/npc/018-2_Woodland_mining_camp/angus.txt
new file mode 100644
index 00000000..bf9f725e
--- /dev/null
+++ b/npc/018-2_Woodland_mining_camp/angus.txt
@@ -0,0 +1,19 @@
+// Angus the craftsman
+
+018-2.gat,31,39,0 script Angus 147,{
+ set @honorific$, "lad";
+ if (Sex == 0) set @honorific$, "lass";
+
+ if (Inspector == 10) goto L_NohMask;
+
+ mes "[Angus]";
+ mes "Angus is tinkering with some mechanical concoction.";
+ mes "\"It keeps breakin' left an' right... fortunat'ly I put in redundancies everywhere, but I haf' to keep repairin'.\"";
+ next;
+ close;
+
+L_NohMask:
+ mes "[Angus]";
+ mes "\"I'm sorry, " + @honorific$ + ", I truely am, but I stay in the town. One o' the miners might have heard something.\"";
+ close;
+}