<img src="http://upload.dfyb.net/uploaded/construct_bug01.PNG">
can use something like this. as it is in that image, it doesn't work -- the conditional one still needs to be ABOVE the non-conditional. i thought this was a bug but changing the order fixed it.
later tonight i can give you a cap and better explanation -- i already had that image hosted, so it was convenient.
+ Enter is pressed
+ X = "2"
- Set X to "3"[/code:23ydkpqt]
Use this if you don't want to just add like Ashley suggested.
just keep in mind that if you have
+ Enter is pressed
infront of that event, it'll still go straight through them in one key press.
you need:
+ Enter is pressed
+ X = "2"
[ul]
[li]Set X to "3"[/li]
[/ul]
+ Enter is pressed
[ul]
[li]Set X to "2"[/code:23ydkpqt][/li]
[/ul]