So Basically very new to the rpg maker MV coding scene and I already have a understanding of coding. But since documentation and examples for RPG Maker MV is basically nonexistence Basically what I am trying to do is to make a list of teleportation location and with functionality allow the developer to have payment requirement functionality enable or disable. the UI and the code that basically deduct and not deduct money is already in place. But I have no idea how can I filled up the data in the...
So Basically very new to the rpg maker MV coding scene and I already have a understanding of coding. But since documentation and examples for RPG Maker MV is basically nonexistence
Basically what I am trying to do is to make a list of teleportation location and with functionality allow the developer to have payment requirement functionality enable or disable.
the UI and the code that basically deduct and not deduct money is already in place.
But I have no idea how can I filled up the data in the left hand side
this should also show or hide a location if the location is not yet been unlock
now another thing being there default setting in the plugin manager that allowed you to lock or unlock a place by default.
now those info should basically store in the player game data as well allowed the player to cause a location to lock and unlock depending on the premises/plot of the game. Being I have no idea how to store the data properly or which data should I just store in the player's save data (this would prevent modify save data abuse since only the lock status is stored)
here the code if your curious:
https://gitlab.com/jomarcenter-MJM/...imental Plugins/MJMJS_TransitRouteTeleport.js
ignore the commercial license fee for now, I will changed it to a free commercial use for this one.
don't worry you will be credited and further down the road I can start working on complex plugin that basically add new feature to your game.
ignore the commercial license fee for now, I will changed it to a free commercial use for this one. don't worry you will be credited and further down the road I can start working on complex plugin that basically add new feature to your game.