diff options
author | Reid <reidyaro@gmail.com> | 2016-03-24 22:17:03 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-03-24 22:17:03 +0100 |
commit | 640ae8bcc49ad7f583e88c002e76937b5f77ca07 (patch) | |
tree | 3d87a036e2a9a5a369242b6dfce21c17bfcebb1b /npc | |
parent | 0bcc967fd3b125160fa03955209ddd5777a55bc1 (diff) | |
download | serverdata-640ae8bcc49ad7f583e88c002e76937b5f77ca07.tar.gz serverdata-640ae8bcc49ad7f583e88c002e76937b5f77ca07.tar.bz2 serverdata-640ae8bcc49ad7f583e88c002e76937b5f77ca07.tar.xz serverdata-640ae8bcc49ad7f583e88c002e76937b5f77ca07.zip |
Add Mona on 001-2-11.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-11/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-2-11/mona.txt | 18 |
2 files changed, 19 insertions, 0 deletions
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; +} |