diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-18 15:37:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-18 15:37:35 -0300 |
commit | 708faac18df4851cb8dda17dc3562ca337e7dc1b (patch) | |
tree | c19bf1ff552e8dbf7293468301fe152a5d585db3 /npc/008-2-10 | |
parent | 05bf6b06370ee7b9695d26962f08cc3641ad1f21 (diff) | |
parent | 01ae0e398d5b49db2aafb8af31acf81fb8a522c9 (diff) | |
download | serverdata-jesusalva/refinery.tar.gz serverdata-jesusalva/refinery.tar.bz2 serverdata-jesusalva/refinery.tar.xz serverdata-jesusalva/refinery.zip |
Merge branch 'master' into jesusalva/refineryjesusalva/refinery
Diffstat (limited to 'npc/008-2-10')
-rw-r--r-- | npc/008-2-10/airlia.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/npc/008-2-10/airlia.txt b/npc/008-2-10/airlia.txt index 05df3ef2..fae76efb 100644 --- a/npc/008-2-10/airlia.txt +++ b/npc/008-2-10/airlia.txt @@ -9,8 +9,20 @@ speech l("Hello."), l("Do you know where the graveyard is?"), - lg("No? Better is that. Its so dangerous there."); + lg("No? Better that way. It's so dangerous there."); + next; + select + l("Okay, thanks."), + l("*whisper* Sagratha is great."); + mes ""; + if (@menu == 2) { + mesn; + mesq l("Ah, uhm, erm. The Governor is busy arguing with the rest of the team."); + next; + mesn; + mesq l("I'm afraid you'll need to wait them to reach a consensus first, before he can met with you."); + } close; OnInit: |