RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[Resolved] [VX] Yanfly Script

0 Members and 1 Guest are viewing this topic.

****
Rep:
Level 69
sorry to be annoying, I'm using the Yanfly melody engine and I get this error



Is there anywhere I could get what it needs? or turn whatever function that is off?
« Last Edit: June 24, 2011, 05:38:51 AM by Scalinger2 »

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
It's just a graphic. You could create a Windows folder in Graphics and add a windowskin file named "Blue" and it would go away. Assumedly, if you got the script from the YEM demo, you could just copy the entire Windows folder from Graphics and add it into your project.

Alternatively, my guess is that the script has an array in it somewhere where you name the windowskins you want available. So do a CTRL+F in the script, searching for the word "Blue". It should bring you to a line where it is in an array with a bunch of other strings, something like this:

Code: [Select]
["Blue", "Red", "Pink", etc....

Delete all the strings that you don't have corresponding windowskins for.

****
Rep:
Level 69
Yeah, I was looking for the folder in the demo but I found it from 'my computer', thx  again :)