diff options
Diffstat (limited to 'npc/012-1/liana.txt')
-rw-r--r-- | npc/012-1/liana.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/npc/012-1/liana.txt b/npc/012-1/liana.txt new file mode 100644 index 00000000..ac2ceb9b --- /dev/null +++ b/npc/012-1/liana.txt @@ -0,0 +1,25 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Liana. +// THIS IS A PLACEHOLDER! + +012-1,65,117,0 script Liana NPC_LIANA,{ + mesn; + mesc l("*sighs*"); + next; + mesn; + mesq l("Ayasha went to explore the caves in Candor. They said there was a pretty tree there."); + next; + mesn; + mesq l("...But then she saw the spiders and got scared."); + next; + mesn; + mesq l("Now she is crying looking for me. The poor kid."); + close; + +OnInit: + .distance = 4; + end; +} |