Jump to content
  • 0
Sign in to follow this  
ryuseikai

Randomize Stylist.

Question

2 answers to this question

Recommended Posts

  • 0

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;}

Edited by quesoph

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.