matt123337 Posted January 17, 2016 Posted January 17, 2016 Yeh... let's just fuck all programming guidelines and go wild. Dude. Just do whatever the fuck you want. It is your program. Not my business. Stop quoting me every 10 minutes. Well, you want to talk programming guidelines... https://en.wikipedia.org/wiki/Race_condition Under the software heading: It is therefore better to avoid race conditions by careful software design rather than attempting to fix them afterwards. By just slapping a program (or in the case a script) together like that, you're creating more difficult less maintainable programs. I once thought the same as you there actually, but look how parabot turned out....
demmonic Posted January 17, 2016 Posted January 17, 2016 once thought the same as you there actually, but look how parabot turned out.... Okay let's be fair here, Parabot wasn't nearly as bad as the shit this kid posts.
matt123337 Posted January 17, 2016 Posted January 17, 2016 Okay let's be fair here, Parabot wasn't nearly as bad as the shit this kid posts. True, but it is a close second.
Acerd Posted January 18, 2016 Posted January 18, 2016 (edited) this works for me if (getWidgets().isVisible(219, 0, 1) { getWidgets().interact(219, 0, 1," Continue"); } Edited January 18, 2016 by Assnerd