This example shows you how to rewind a game, it requires one tiny change.
http://gmc.yoyogames.com/index.php?showtopic=638849The room creation code needs to declare the i variable for some reason, simply change it to the following. We will need to investigate the bug.
for(int i=0; i<10; i+=1)