- Joined
- Dec 22, 2012
- Messages
- 9
- Reaction score
- 2
- First Language
- English
- Primarily Uses
Could someone please make me a plugin to create and store numbers that will represent Class, Skill, Weapon, and State Experience Points?
The storage system should be four 2D arrays, one for each of the four aspects I mentioned above (If making four 2D arrays is too much to ask, I could probably figure out how to make the other three myself from your code.) The outer arrays should be the number of actors, while the inner arrays should be the number of classes, skills, weapons, or states. The inner arrays should be initialized with zeros. This will make it so that each actor gains their own exp and should be a lot easier to manage than the rpg maker variables.
The plugin needs to have getter and setter methods to use and modify the data.
The information from the arrays will then be used in damage formulas or other calculations.
Thank you very much for your help, and apologies if my request is unreasonable or impossible, I'm still ignorant to a lot of JS and RPG Maker Plugins. I have experience with Java, but the transition to Javascript has been a little confusing. I'm hoping this script will also help me understand the rpg maker plugin and scripting system better.
Please also mention what you'd like to be credited as. Again, thank you very much.
The storage system should be four 2D arrays, one for each of the four aspects I mentioned above (If making four 2D arrays is too much to ask, I could probably figure out how to make the other three myself from your code.) The outer arrays should be the number of actors, while the inner arrays should be the number of classes, skills, weapons, or states. The inner arrays should be initialized with zeros. This will make it so that each actor gains their own exp and should be a lot easier to manage than the rpg maker variables.
The plugin needs to have getter and setter methods to use and modify the data.
The information from the arrays will then be used in damage formulas or other calculations.
Thank you very much for your help, and apologies if my request is unreasonable or impossible, I'm still ignorant to a lot of JS and RPG Maker Plugins. I have experience with Java, but the transition to Javascript has been a little confusing. I'm hoping this script will also help me understand the rpg maker plugin and scripting system better.
Please also mention what you'd like to be credited as. Again, thank you very much.


