Link to .capx file (required!):
CAPX
Steps to reproduce:
1. Open capx
2. Go to Timer family and change variable type from Value to Text
3. Going to event sheet and double clicking on the action will crash construct.
Observed result:
C2 crashes when trying to edit the action.
In my game project, what I originally did after first crash, was to copy the value in to the clipboard, then replace the value with 0 ( without the quotation marks ), changed the Variable type to Text, went back to action which have opened correctly without crashing, pasted the string and added float() to tokenat values. I then saved, but forgot to replace other action using same variable. So then, when opening it up, it did give me some error message and asks me to edit the line out trough xml.
Expected result:
C2 not crashing. Instead c2 should either change the value in to string or float automatically, or at least do something I would call "Action Freeze" ( not toggle cause otherwise it will get confusing )that would disable the action until it would be edited.
Operating system & service pack:
Specs are in the signature
Construct 2 version:
152