Randomize Stylist.

Code:
prontera,150,150,5	script	random style	2_M_DYEINGER,{	.@cloth = rand(getbattleflag("min_cloth_color"), getbattleflag("max_cloth_color"));	.@hairs = rand(getbattleflag("min_hair_style"), getbattleflag("max_hair_style"));	.@hairc = rand(getbattleflag("min_hair_color"), getbattleflag("max_hair_color"));	setlook 1, .@hairs; //Hair Style	setlook 6, .@hairc; //Hair Color	setlook 7, .@cloth; //Cloth Color	end;}
 
Last edited by a moderator:
Whoa thanks. 
default_laugh.png


 
Back
Top