diff options
-rw-r--r-- | npc/001-2-0/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-2-0/resa.txt | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/npc/001-2-0/_import.txt b/npc/001-2-0/_import.txt index d19712f2..0be05cc1 100644 --- a/npc/001-2-0/_import.txt +++ b/npc/001-2-0/_import.txt @@ -1,2 +1,3 @@ map: 001-2-0.gat npc: npc/001-2-0/_warps.txt +npc: npc/001-2-0/resa.txt diff --git a/npc/001-2-0/resa.txt b/npc/001-2-0/resa.txt new file mode 100644 index 00000000..61e70d0b --- /dev/null +++ b/npc/001-2-0/resa.txt @@ -0,0 +1,12 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Light Armor shop keeper. + +001-2-0.gat,37,28,0,0 script Resa 117;2,{ + mesn; + mesq l("Hi."); + + close; +} |