Don't tell us this is another of those scripts that attempt to re-assign images in guis and break any attempt at style someone has put into it?
It creates entirely new profiles.
And assigns them how?
function setNewProfiles(){ echo("Setting new window profiles..."); for(%i=0;%i<GuiGroup.getCount();%i++) { %gui = GuiGroup.getObject(%i); for(%j=0;%j<%gui.getCount();%j++) { %pot_window = %gui.getObject(%j); if(%pot_window.getClassName() $= "GuiWindowCtrl") { %pot_window.setProfile("StylishWindowProfile"); for(%k=0;%k<%pot_window.getCount();%k++) { %pot_element = %pot_window.getObject(%k); if(%pot_element.getClassName() $= "GuiScrollCtrl") %pot_element.setProfile("StylishScrollProfile"); if(%pot_element.getClassName() $= "GuiBitmapButtonCtrl") %pot_element.setBitmap($Stylish::Root @ "themes/" @ $Stylish::Theme @ "/button"); } } } } echo("Successfully set new window profiles.");}schedule(33,0,setNewProfiles);
That's a joke, right?
What would be totally awesome:(Not sure if actually possible, or if you're actually willing to try)An in-game GUI (RTB style) to download themes.May require a web server. I don't know how to do this.A theme-creator GUI to make creating themes easy.As in, selecting textures and putting them together. Probably hard.Make installing themes easier.As in, not having to change client.csJust my ideas. I don't really know TorqueScript at all, but if you want any help designing GUI's, I possibly could help. I find designing GUI's pretty fun, so yeah.