From b474b1fedde7ed474e58aff5319aba4ba9ff244e Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 25 Jul 2015 05:41:56 +0200 Subject: Add Don on #27. --- npc/001-2-27/don.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/001-2-27/don.txt (limited to 'npc/001-2-27/don.txt') diff --git a/npc/001-2-27/don.txt b/npc/001-2-27/don.txt new file mode 100644 index 00000000..2956fa2b --- /dev/null +++ b/npc/001-2-27/don.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Don the blacksmith of Artis + +001-2-27,35,29,0 script Don#001-2-27 122,{ + mesn; + mesq l("Hm..."); + + goto L_Close; + +L_Close: + close; + +OnInit: + setnpcsex G_MALE; + setnpcdistance 2; + end; +} + -- cgit v1.2.3-60-g2f50