ryuseikai 0 Posted May 21, 2014 Is there anyway to make a random Stylist? Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted May 21, 2014 (edited) 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 May 21, 2014 by quesoph 1 ryuseikai reacted to this Quote Share this post Link to post Share on other sites
0 ryuseikai 0 Posted May 22, 2014 Whoa thanks. Quote Share this post Link to post Share on other sites
Is there anyway to make a random Stylist?
Share this post
Link to post
Share on other sites