TMC wrote:
I don't understand why pressing enter here would be a problem, but maybe it was because there was more to the script.
If you have problems with things double triggering it is almost certainly because you are using "keyispressed(key:enter)" when you should be using "keyval(key:enter) > 1" instead.
If you have problems with things double triggering it is almost certainly because you are using "keyispressed(key:enter)" when you should be using "keyval(key:enter) > 1" instead.
I changed Spoonweaver's script to use the enter key as well, but I did not use "keyval(key:enter) > 1". I'm going to experiment with that right now.



