RPG Maker Forums

(( Solved ))
-> Turns out I'm either blind or dumb: had 2x versions of the plugin running and forgot to remove the old one.


For some reason I can't convert a parameter into an array, and I'm wondering what I'm doing wrong. So to keep it condense I have the parameter in the comments, (and filled in, in the Plugin Manager in-game), and even confirmed with plugins.js that it does indeed have the contents, when I try something like this:
EDIT: Added screenshots of the header and the function as well for clearer visual than my example below (since it was not meant to be the actual code)

JavaScript:
/*
* @param Currencies
* @default Copper Silver
*/
(function($) {
    $.Param = PluginManager.parameters('LordV_Plugin');
    $.currencies = $.Param['Currencies'].split(" "); 
})(LordV.Plugin)
The log gives me a TypeError can't 'split' from undefined or something like that. So I try putting "String($.Param['Currencies']).split(',');

While that does not give me an error, it also doesn't define anything either. I get:
-> Length = 1
-> $.currencies[0] = undefined
-> $.currencies[1] = undefined

This is confusing to me as to why it's not working... I would appreciate help in this matter since this parameter is required for a function I'm trying to create and test

Latest Threads

Latest Posts

Latest Profile Posts

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,035
Messages
1,018,455
Members
137,821
Latest member
Capterson
Top