Looking for map flag NPC,we can set listed map flag on any map.Example
It will ask to set map flag or to turn it off/disable it.
menu "Set mapflag",setmap,"Disable mapflag",disable,"Close",close;
It will ask what mapflag we want to use, nobranch,nowarp,nowarpto,etc.
mes "Select which mapflag you want to use?"
menu "No Branch",nobranch,"No Warp",nowarp,"No warp To",nowarpto,"Close",close;
after that which map we want to set it.
mes "Name of the map.";
input .@mapname;
including turn off/disable the maps functions
the other one,only GM can see which maps have set the mapflag(using this NPC).
mes "List of map thats you put mapflags";
prontera : nowarp
prontera : nobranch
payon : nobranch
Is this thing possible?