From 09efb34fc6c931ee7637c4ca8d3cae2bd12d50ec Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 14 Jan 2016 02:56:32 +0100 Subject: Update calypsan script. --- npc/001-1/calypsan.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt index 01edd691..cfd01cad 100644 --- a/npc/001-1/calypsan.txt +++ b/npc/001-1/calypsan.txt @@ -14,12 +14,16 @@ 001-1,47,126,0 script Calypsan#001-1 NPC_CALYPSAN,{ speech 4, - l("My shop is not yeye ready..."); + l("Yoiis is jealous of rainbow sky? It is possible to yeye your cloth with my dyes."), + l("What does yoiis want today?"); .@fexil = getq(ArtisQuests_Fexil); menuint rif(.@fexil == 1, l("Have you seen Fexil?")), 0, - l("Bye."), 1; + l("Let's trade."), 1, + l("I want to make my own dyes."), 2, + l("How does these dyes works?"), 3, + l("Bye."), 4; switch (@menuret) { @@ -33,6 +37,14 @@ break; case 1: break; + case 2: + speech 5, + l("Yoiis is not yet ready to make his own dye."); + break; + case 3: + break; + case 4: + break; } closedialog; -- cgit v1.2.3-70-g09d2