PnFforever 0 Posted December 1, 2015 So. There's this fangame I created. And one of the items included is a device that allow transportation to other areas. I wanted certain maps to restrict the use of the item. Is there any way to have any map to restrict the use of an item? Share this post Link to post Share on other sites
shadowblack 103 Posted December 1, 2015 How does the item work? Does it call a Common Event? If so then all you need s a switch that is turned "on" on that map (and others like it) and turned "off" on all other maps. In the Common Event add a Conditional Branch that checks if the switch is "on". If it is display some message so the player knows the item is not working; if it is "off" - do the usual transportation. Share this post Link to post Share on other sites
PnFforever 0 Posted December 1, 2015 (edited) How does the item work? Does it call a Common Event? If so then all you need s a switch that is turned "on" on that map (and others like it) and turned "off" on all other maps. In the Common Event add a Conditional Branch that checks if the switch is "on". If it is display some message so the player knows the item is not working; if it is "off" - do the usual transportation. Allright. I'll try that @Second Post: It works! Thanks Edited December 1, 2015 by Rikifive Merged double post Share this post Link to post Share on other sites
Rikifive 3,411 Posted December 1, 2015 Okay, it seems it is solved, so I have merged your posts and I'm closing this thread, due to being solved. If for some reason you would like to re-open this thread, just send me a PM. (= Share this post Link to post Share on other sites