From d7fd267447ece85cb053b0af6ef3542b96b0372f Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 29 Aug 2011 20:46:50 -0700 Subject: add pink hair color and rewrite the script --- world/map/npc/013-2/notes.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'world/map/npc/013-2/notes.txt') diff --git a/world/map/npc/013-2/notes.txt b/world/map/npc/013-2/notes.txt index dcc1123b..de1ccf61 100644 --- a/world/map/npc/013-2/notes.txt +++ b/world/map/npc/013-2/notes.txt @@ -15,7 +15,7 @@ mes "The early bird catcheth the worm."; close; } - + 013-2.gat,27,21,0 script Mirror 127,{ mes "You say: \"Mirror mirror on the wall, who has the nicest haircut of them all?\""; next; @@ -23,10 +23,10 @@ next; mes "Your looks suddenly change..."; next; - set @style,rand(6); - set @color,rand(9); - setlook 1,@style+1; - setlook 6,@color; + set @style, rand(20); + set @color, rand(12); + setlook LOOK_HAIR_STYLE, @style + 1; + setlook LOOK_HAIR_COLOR, @color + 1; close; } -- cgit v1.2.3-60-g2f50