I want something in-between. At the moment you can 'almost' type your code using keyboard shortcuts and the existing incremental matching (i.e. you start typing 'burg' and it matches 'burgerSprite' in the narrowing list of objects) but it is still a fair way off, and yet tantalizingly close..
I'm sure you know this, but when typing free form code you open yourself up to all the associated issues (typos, syntax errors, tab alignment, etc. etc)
But right now in C2, you can type:
"E"
"sys" <enter>
"compare v" <enter>
"VVV" <enter>
<Tab> ">"
<Tab> 23
<Enter>
"A"
"sys" <enter>
"Set ob" <Enter>
<Enter> "Spr"
<Tab> "0.0" <Enter>
to get
System | Variable3 > 23 -> System | Set Sprite time scale to 0.0
Not a single click* Don't laugh! It's very close to being quite usable but there are some horrible gotchas that make it frustrating to use, although I do quite often just to avoid millіons of mouse clicks. Yes I know, you're asking for code support don't shoot me down (I love writing code too) but I'm just saying this is kind of ok.
As I've said before, I came to C2 specifically to get away from code, but everyone has a different viewpoint.
*ok so I had to click on an existing event to be able to press "E" and "A" in the first place