Wyrelade 15 Posted April 4, 2012 (edited) Introduction Really simplistic script to remove your Gold window, and only show up the amount of gold. Features -Really easy installation -Makes your menu more clean! Screenshots Not needed How to Use Copy script below and add it to new script or below any other custom script. Script #============================================================================== # ~Transparent Gold Window script~ # ~by: Syvkal (shared by: Wyrelade)~ #------------------------------------------------------------------------------ # easy! Just plug in and go ingame. (this might be the shortest script ever..) #============================================================================== class Window_Gold < Window_Base alias initialize_opacity_original initialize def initialize initialize_opacity_original self.opacity = 0 end end FAQ Q: Who should I credit? A: Syvkal, He designed it. Credit and Thanks -Syvkal (coding) -Wyrelade (sharing it) Author's Notes Use wisely! Edited April 4, 2012 by Wyrelade Share this post Link to post Share on other sites
syvkal 21 Posted April 4, 2012 Umm I really don't care seeing as it is just a tiny scriptlet, but this is just copy and pasted from me helping out Plagues (who requested this on my Ring Menu Topic). Even the alias has been named the same. Just seems a bit silly that you're trying to claim something as simple as this as your own... Share this post Link to post Share on other sites
Wyrelade 15 Posted April 4, 2012 Umm I really don't care seeing as it is just a tiny scriptlet, but this is just copy and pasted from me helping out Plagues (who requested this on my Ring Menu Topic). Even the alias has been named the same. Just seems a bit silly that you're trying to claim something as simple as this as your own... Well, it's kinda true... But no one has released this kind script yet ;(.... Tought this could help some people... but I can remove it if you want so.... Share this post Link to post Share on other sites
chrismarsh 11 Posted April 4, 2012 so simple, but i will be usin it :3 thanks Share this post Link to post Share on other sites
Wyrelade 15 Posted April 4, 2012 so simple, but i will be usin it :3 thanks It was actually made by Syvkal... he actually made it first for me.. But.. I removed it because I had bad feelings when I realised thats it's not a good idea... Thanks him, not me Share this post Link to post Share on other sites
chrismarsh 11 Posted April 4, 2012 Removed due Plagarism~ Sorry. :/ i was just about to use it... Share this post Link to post Share on other sites
syvkal 21 Posted April 4, 2012 (edited) It's alright, just would have been nice if you asked if you could post. Actually, you didn't even need to do that, you could have just said: 'Syvkal made this really quick for someone, I thought it would be nice to share it' Wasn't trying to make a big deal out of it :edit: It is literally just one line of coding, I have no personal attachment to it Edited April 4, 2012 by syvkal Share this post Link to post Share on other sites
Wyrelade 15 Posted April 4, 2012 (edited) It's alright, just would have been nice if you asked if you could post. Actually, you didn't even need to do that, you could have just said: 'Syvkal made this really quick for someone, I thought it would be nice to share it' Wasn't trying to make a big deal out of it Ah.. ... Your so fair.. .. but too bad xD.. I deleted it already ;P.. we're fine this ways, I don't really feel bad anymore. Just because It felt so much wrong to copy some others work even a liiittttle tiny piece of script.. Chris,.. Well I still got and Syvkal told I could give it if I give him credits.. So.. yeah.. here it is: #============================================================================== # ~Transparent Gold Window script~ # ~by: Syvkal (shared by: Wyrelade) #------------------------------------------------------------------------------ # easy! Just plug in and go ingame. (this might be the shortest script ever..) #============================================================================== class Window_Gold < Window_Base alias initialize_opacity_original initialize def initialize initialize_opacity_original self.opacity = 0 end end THANK SYVKAL, not me Edited April 4, 2012 by Wyrelade Share this post Link to post Share on other sites
syvkal 21 Posted April 4, 2012 You have a good conscience ^-^ And sound sincere (even over the internet ), I feel bad for even mentioning this in the first place xD Probably would have been better done over PM anyways... But yeah like I said, I don't mind, put it back up. Even if it ends up that it only helps Chris, at least it helps Share this post Link to post Share on other sites
Wyrelade 15 Posted April 4, 2012 You have a good conscience ^-^ And sound sincere (even over the internet ), I feel bad for even mentioning this in the first place xD Probably would have been better done over PM anyways... But yeah like I said, I don't mind, put it back up. Even if it ends up that it only helps Chris, at least it helps Thanks reaaaalllly much! Added it back up ... This time with the credits of yours and stuff... Share this post Link to post Share on other sites
sean2099 3 Posted September 4, 2013 The window script helped me. I had to remove global variable use of the gold window out of other scripts by going up and using what the gold windows variables were and replacing the use of gold window in other scripts by what was used in the window_gold in the script area...I know it sounds crazy but hopefully someone understands other than me...:? Share this post Link to post Share on other sites