Ou. That event sheet was really hard. However I exported project to the final stance before it got corrupted. Can I somehow get it back from exported data?
Exported Data
Thanks for restoring BTW.
If you open the exported javascript file and search for "eventsheets": all your events are there in a very verbose format. You can manually get your events back from that location.
Here's the first event of "event sheet 2" from 85 lines in c2runtime.js.
-> compareVar unit = 1
+ SetVar unit to 0
+ create Object player2 on layer 0 at (10,10)
+ player2 :destroy
You only have 30 events over 3 eventsheets so reading your exported events shouldn't take too long. After you've read them all it's simple to re-add the events into your c2 project in c2.