diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-31 19:09:49 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-31 19:09:49 -0200 |
commit | 2f16d8b8c34257733180058c82415d395ea27474 (patch) | |
tree | 09a7e0b77ba01cfade269593ee88c02122fd5976 /npc/008-2-7 | |
parent | f4ac215d94dc2c5eb58675f79e0be87932f78cc3 (diff) | |
parent | 28fdcc18ff9c80fea20414482ecc7c74fd0bf9cf (diff) | |
download | serverdata-jesusalva/GuidedTour.tar.gz serverdata-jesusalva/GuidedTour.tar.bz2 serverdata-jesusalva/GuidedTour.tar.xz serverdata-jesusalva/GuidedTour.zip |
Merge branch 'master' into jesusalva/GuidedTourjesusalva/GuidedTour
Diffstat (limited to 'npc/008-2-7')
-rw-r--r-- | npc/008-2-7/_import.txt | 1 | ||||
-rw-r--r-- | npc/008-2-7/wyara.txt | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-2-7/_import.txt b/npc/008-2-7/_import.txt index 263e5dcf..4cb38df9 100644 --- a/npc/008-2-7/_import.txt +++ b/npc/008-2-7/_import.txt @@ -3,3 +3,4 @@ "npc/008-2-7/_savepoints.txt", "npc/008-2-7/_warps.txt", "npc/008-2-7/mapflags.txt", +"npc/008-2-7/wyara.txt", diff --git a/npc/008-2-7/wyara.txt b/npc/008-2-7/wyara.txt new file mode 100644 index 00000000..a875544a --- /dev/null +++ b/npc/008-2-7/wyara.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Wyara the witch. +// THIS IS A PLACEHOLDER! + +008-2-7,27,28,0 script Wyara#008-2-7 NPC_DARK_DRUID,{ + speech + l("What? Is there someone?"), + l("Please, leave me alone. I have to pixel potions."), + lg("I will sell some when you return a bit later."); + + close; + +OnInit: + .sex = G_FEMALE; + .distance = 2; + end; +} |