diff options
Diffstat (limited to 'npc/012-1_Woodland_Hills')
-rw-r--r-- | npc/012-1_Woodland_Hills/_import.txt | 1 | ||||
-rw-r--r-- | npc/012-1_Woodland_Hills/amrak.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/npc/012-1_Woodland_Hills/_import.txt b/npc/012-1_Woodland_Hills/_import.txt index c4438c6c..8876b855 100644 --- a/npc/012-1_Woodland_Hills/_import.txt +++ b/npc/012-1_Woodland_Hills/_import.txt @@ -1,6 +1,7 @@ map: 012-1.gat npc: npc/012-1_Woodland_Hills/_mobs.txt npc: npc/012-1_Woodland_Hills/_warps.txt +npc: npc/012-1_Woodland_Hills/amrak.txt npc: npc/012-1_Woodland_Hills/monsters.txt npc: npc/012-1_Woodland_Hills/injured-mouboo.txt npc: npc/012-1_Woodland_Hills/shops.txt diff --git a/npc/012-1_Woodland_Hills/amrak.txt b/npc/012-1_Woodland_Hills/amrak.txt new file mode 100644 index 00000000..5a2a547a --- /dev/null +++ b/npc/012-1_Woodland_Hills/amrak.txt @@ -0,0 +1,10 @@ +// + +012-1.gat,137,104,0 script Amrak 103, { + mes "[Amrak]"; + mes "\"I'm studying this waterfall. The water seems to flow from it like magic.\""; + next; + mes "[Amrak]"; + mes "\"Unfortunately, I've had trouble getting up there. The monsters in these caves scare me.\""; + close; +} |