Graphics.fadeout(30) if SceneManager.scene_is?(Scene_Map)
Graphics.fadeout(60) if SceneManager.scene_is?(Scene_Title)
end
end
复制代码
Usage:
Chose a item that you want to apply the effect to.(Can be use once between every battle)
Link it to a common event, set a Condition Branch between ether switch you set is on.
If on, no effect, if off, have effect.
This is a dummy script... I think anyone with the ability to type can make this script....