From 640ae8bcc49ad7f583e88c002e76937b5f77ca07 Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 24 Mar 2016 22:17:03 +0100 Subject: Add Mona on 001-2-11. --- npc/001-2-11/_import.txt | 1 + npc/001-2-11/mona.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 npc/001-2-11/mona.txt (limited to 'npc/001-2-11') diff --git a/npc/001-2-11/_import.txt b/npc/001-2-11/_import.txt index 1ae729d9..881b2949 100644 --- a/npc/001-2-11/_import.txt +++ b/npc/001-2-11/_import.txt @@ -1,2 +1,3 @@ npc: npc/001-2-11/mapflags.txt +npc: npc/001-2-11/mona.txt npc: npc/001-2-11/_warps.txt diff --git a/npc/001-2-11/mona.txt b/npc/001-2-11/mona.txt new file mode 100644 index 00000000..4a23cc76 --- /dev/null +++ b/npc/001-2-11/mona.txt @@ -0,0 +1,18 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// A rich girl holding a candle. + +001-2-11,39,30,0 script Mona NPC_MONA,{ + + speech + l("!"); + + close; + +OnInit: + .sex = G_FEMALE; + .distance = 2; + end; +} -- cgit v1.2.3-60-g2f50