Hi there,
When I code I have this tendency to have to move global variables around (for example from one event sheet to another, or to an object's instance variable), however it's a hassle to do so for me because Construct 2's consistency checker gets in the way (I can't simply delete the declaration of the variable and let the compiler show me the parts I have to change as I would in a programming language, furthermore deleting the declaration is not an option because it removes all uses of the variable). Is there a replace variable functionality implemented anywhere in Construct 2 that I could use to ease the process along?
Thanks for your help!