Tsukihime 1,487 Posted September 30, 2012 (edited) Reverse Time -Tsukihime This script simulates time reversal during battle. It basically undo's the results of actions performed in previous turns, so things like -restoring lost HP from HP damage -restoring lost MP from MP damage -removing added states (come back to life) -removing buffs This currently does not undo ACTIONS (so you won't get your MP back from skill usage, and you won't unconsume an item), nor does it undo any states, bonuses, and anything else that was applied through events. Maybe in the future it will be possible to undo more things. Usage A single script call $game_temp.reverse_time(n) For some integer n that is the number of turns you want to reverse. Download Script: Download here Required: Action History Notes Undoing an action shouldn't be too hard, since I have a reference to the action being used. However there are some complications when a single action attacks multiple targets. Edited May 5, 2016 by Tsukihime 1 oriceles reacted to this Share this post Link to post Share on other sites
Tammsyn 8 Posted September 30, 2012 so bit like sands of time from price of pursa then? sounds intresting Share this post Link to post Share on other sites
amerk 1,122 Posted October 12, 2012 Awesome! This would make for a great spell that can be used in battle. Share this post Link to post Share on other sites
+ Novem 344 Posted October 12, 2012 That's pretty awesome there Tsukihime. Share this post Link to post Share on other sites
Crash 0 Posted December 1, 2012 (edited) Nope, never mind. Great work with this! Edited December 1, 2012 by Crash Share this post Link to post Share on other sites
oriceles 3 Posted March 5, 2013 If this gets to undo more stuff then it will work perfect with the retry battle from Game Over with choices by regendo! Share this post Link to post Share on other sites