I have looked everywhere for hours and can't seem to find a plugin for what I need. Instead of having to make events for every map and where transfers connect to, I just want to be able to put a note tag on the map like this assuming access is passively set to enable :
<menu_access_disabled>
There for you don't need to set an event on Map 001 to auto run an access disable event and on Map 002 to enable it. Also the opposite would be handy if menu access was passively disabled the note tag allowing you to enable for specific maps. Here's a final example :
System menu access is passively enable so, Map 001 has no note tag meaning access is enabled. Map 002 has note tag <menu_access_disabled> meaning no access. Map 003 also has no note tag meaning no need to tag every map with either or.
I have only little knowledge about java scripting but I believe this to be fairly simple and would really appreciate something like this. And if there is such a plugin already I apologize but a link to it would be much appreciated! Thanks!
[RMMV] Menu Access Note Tags
● ARCHIVED · READ-ONLY
-
-
I've moved this thread to Plug-In Requests. Thank you.
-
Give this plugin a try (Framework plugin is required for the main plugin to function) :
https://www.dropbox.com/s/ppscggrbs29u22a/Ossra_Framework-Base.js?dl=0
https://www.dropbox.com/s/bkiuitvs2wevcmn/Ossra_Map-Control-Menu-Access.js?dl=0
You can enable or disable menu access using map note tags (e.g. <disableMenuAccess:true>) and select the default menu access for all maps. -
Wow! That was fast! Thanks! I will give it a try and report errors if any as I am using a large amount of plugins. Simple easy script so I have faith it won't conflict with any others.
Edit :
Works like a charm!