Hey yo!
Did anybody test #EnterPIN and _EnterPIN functions?
I took them for examples from luna scripts and it is not working for me or i do something wrong.
What i did(use resolution 816,638 ofcourse window mode etc, version vanilla tool 2.64 reworked, client - eu last updated, english version):
- functions from luna scripts(v.1.50) without no one my changes: pin entering but incorrect(i used input like a "123123" and "1|2|3|1|2|3");
- i added #UsePIN cause this did not added to luna scripts, but no changes - it is not work
- i try to use _EnterPIN with input "1|2|3|1|2|3" and this work differently than #EnterPIN, by use _EnterPIN there in one circle inside #until it enter two digits and go again repeat circle, new iteration of circle- again 2 digits entering and again to begin of circle. #EnterPIN push one didgit by one circle inside #do-until.
Finally this functions entered 6 digits(as it needs by length of my pin-code) - and they are above incorrect.
mb i do something wrong or just this function does not work anymore?