Okay something is going on, I don't know what. But I just figured out how to fix the problem. So I have a keypress buffer, since tab goes back in menus. So that it won't loop the tab press. This time...
Type: Posts; User: MistaSub; Keyword(s):
Okay something is going on, I don't know what. But I just figured out how to fix the problem. So I have a keypress buffer, since tab goes back in menus. So that it won't loop the tab press. This time...
I see, so if I fastloop on the click, and in the fastloop (on one line without scoping) do the general stuff, it would then work?
I did: when user click on, set flag0 on and start fastloop.
Then...
This code does not work. However if I replace "user click on object" with "upon pressing 1" for example, it does. Specifically, scoping the first event with "User click on" makes me unable to execute...