diff options
author | Reid <reidyaro@gmail.com> | 2016-01-14 02:56:32 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-14 02:56:50 +0100 |
commit | 09efb34fc6c931ee7637c4ca8d3cae2bd12d50ec (patch) | |
tree | 5b2aed82936c43a22eca8f1e52e3a5ef4a784626 | |
parent | e820f75cf534609af6569785a5e1e4c261534e27 (diff) | |
download | serverdata-09efb34fc6c931ee7637c4ca8d3cae2bd12d50ec.tar.gz serverdata-09efb34fc6c931ee7637c4ca8d3cae2bd12d50ec.tar.bz2 serverdata-09efb34fc6c931ee7637c4ca8d3cae2bd12d50ec.tar.xz serverdata-09efb34fc6c931ee7637c4ca8d3cae2bd12d50ec.zip |
Update calypsan script.
-rw-r--r-- | npc/001-1/calypsan.txt | 16 |
1 files 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; |