diff options
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; +} |