From 93a6825a373973f38da23e199ff37d56fe2a067f Mon Sep 17 00:00:00 2001 From: ali-g Date: Wed, 26 Oct 2011 09:08:28 +0200 Subject: Gave new coordinates to Selim the Dyer (in 009-2) since its spritesheet changed. Added a line in his dialogue explaining why he wants dyes from the player, even though he has some behind him. --- world/map/npc/009-2/selim.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'world/map/npc/009-2') diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index 485a14b3..fef5dcc8 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -5,7 +5,7 @@ //# # //################################################################################# -009-2.gat,32,104,0|script|Selim|142,{ +009-2.gat,33,105,0|script|Selim|326,{ setarray @all_colours$, "red", "green", "dark blue", "yellow", "light blue", "pink", "black", "orange", "purple", "dark green"; setarray @all_colours_cap$, "Red", "Green", "Dark Blue", "Yellow", "Light Blue", "Pink", "Black", "Orange", "Purple", "Dark Green"; @@ -186,6 +186,7 @@ L_colour: L_no_dye: mes "[Selim]"; mes "\"I would love to dye your " + @name$ + " for you, but you will have to bring me some " + @all_colours$[@colour] + " dye first.\""; + mes "As you can see, I have some behind me but these are fake ones, used as examples.\""; next; menu "Sorry, I meant a different color.", L_colour, -- cgit v1.2.3-60-g2f50