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-10 | |
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-10')
-rw-r--r-- | npc/008-2-10/_import.txt | 1 | ||||
-rw-r--r-- | npc/008-2-10/airlia.txt | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-2-10/_import.txt b/npc/008-2-10/_import.txt index 994726eb..2dd9ec77 100644 --- a/npc/008-2-10/_import.txt +++ b/npc/008-2-10/_import.txt @@ -1,4 +1,5 @@ // Map 008-2-10: Hurnscald City Hall // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/008-2-10/_warps.txt", +"npc/008-2-10/airlia.txt", "npc/008-2-10/mapflags.txt", diff --git a/npc/008-2-10/airlia.txt b/npc/008-2-10/airlia.txt new file mode 100644 index 00000000..cb7aced2 --- /dev/null +++ b/npc/008-2-10/airlia.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Airlia, the major's daughter. +// THIS IS A PLACEHOLDER! + +008-2-10,42,29,0 script Airlia#008-2-8 NPC_AIRLIA,{ + speech + l("Hello."), + l("Do you know where the graveyard is?"), + lg("No? Better is that. Its so dangerous there."); + + close; + +OnInit: + .sex = G_FEMALE; + .distance = 2; + end; +} |