diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-09 11:00:28 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-09 11:00:28 -0200 |
commit | 2ba2abbcfb07bae91e0f4b6c7f160744e23c7733 (patch) | |
tree | 86cb54c1c420fbc70d7638088ab301f4237b1038 /npc/005-1/aahna.txt | |
parent | d7693d69457ccb4d235d2c22aa52a149253297e8 (diff) | |
download | serverdata-2ba2abbcfb07bae91e0f4b6c7f160744e23c7733.tar.gz serverdata-2ba2abbcfb07bae91e0f4b6c7f160744e23c7733.tar.bz2 serverdata-2ba2abbcfb07bae91e0f4b6c7f160744e23c7733.tar.xz serverdata-2ba2abbcfb07bae91e0f4b6c7f160744e23c7733.zip |
Include aahna npc, just for flavor (featured in original Candor)
Diffstat (limited to 'npc/005-1/aahna.txt')
-rw-r--r-- | npc/005-1/aahna.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt new file mode 100644 index 000000000..c679ca07d --- /dev/null +++ b/npc/005-1/aahna.txt @@ -0,0 +1,10 @@ +005-1,61,43,0 script Aahna NPC_GUARD1,{ + mesn; + mesq l("Hello, What a lovely day for a stroll."); + close; + +OnInit: + .sex = G_MALE; + .distance = 3; + end; +} |