summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-11-20 10:49:04 +0100
committerReid <reidyaro@gmail.com>2012-11-20 10:49:04 +0100
commit4b7ef0b5f9e98bb7f2225db139c6348731f60866 (patch)
treee69be617dfd8d22186bf2bb4b7cb0b279b74142f /npc/000-1
parentea30beddf6803a892cf101d8d0f0dcf0a6985033 (diff)
downloadclientdata-4b7ef0b5f9e98bb7f2225db139c6348731f60866.tar.gz
clientdata-4b7ef0b5f9e98bb7f2225db139c6348731f60866.tar.bz2
clientdata-4b7ef0b5f9e98bb7f2225db139c6348731f60866.tar.xz
clientdata-4b7ef0b5f9e98bb7f2225db139c6348731f60866.zip
Add some dialogues.
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/ale.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 089f2fee..c28b7889 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -10,7 +10,18 @@
set @q, getq(ShipQuests_Ale);
if (@q == 1) goto l_CallFunc;
-// Some dialogues will be here.
+ mes "";
+ mesn;
+ mesq l("Ouch...");
+ next;
+ mesq l("These eavy boxs are killing me, I don't feel my arms anymore!");
+ next;
+
+ menu
+ l(""), l_Aquada,
+ l(""), l_Aquada,
+ l(""), Close;
+
setq ShipQuests_Ale, 1;
getitem "AquadaBox", 1;
// And here too.