|  | 
|  Actors' Custom Windowskins XP - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread:  Actors' Custom Windowskins XP (/thread-11558.html) | 
| Actors' Custom Windowskins XP - kyonides - 04-15-2025 Actors' Custom Windowskins XP by Kyonides Introduction ![[Image: think.gif]](https://www.save-point.org/images/smilies/ejlol/think.gif) Do you need to change the look of all of your windows based on who's the current ![[Image: deedlit.gif]](https://www.save-point.org/images/smilies/ejlol/deedlit.gif) party leader? Then you definitely have to use this scriptlet for sure! ![[Image: wink.gif]](https://www.save-point.org/images/smilies/ejlol/wink.gif) Setup 
 
 Code: Code: SKINS[2] = "My Skin 2"If you forgot to add a custom windowskin for a given actor, it will use VX's or ACE's skin by default. The Script Code: # * Actors' Custom Windowskins XP * #Terms & Conditions Free as in ![[Image: beer.gif]](https://www.save-point.org/images/smilies/ejlol/beer.gif) beer. Include me in your game credits. That's it! ![[Image: tongue.gif]](https://www.save-point.org/images/smilies/ejlol/tongue.gif)  RE: Actors' Custom Windowskins XP - kyonides - 04-15-2025 Maintenance Update This release includes a mandatory  bug fix that will prevent your game from crashing because of the very first menu not being able to properly calculate the width or height of that first window. No further changes were needed this time. |