diff options
Diffstat (limited to 'npc/012-1/liana.txt')
-rw-r--r-- | npc/012-1/liana.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/npc/012-1/liana.txt b/npc/012-1/liana.txt deleted file mode 100644 index ac2ceb9b..00000000 --- a/npc/012-1/liana.txt +++ /dev/null @@ -1,25 +0,0 @@ -// 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; -} |