- Joined
- Feb 2, 2018
- Messages
- 3
- Thread Author
- #1
I'm sorry - this must be a complete beginners question...
How can i click on the big red button ('Click here to play') in the welcome screen?
I have read through various tutorials and checked open-source bots,
yet none of them seem to have this functionality...
they all immediately start doing some advanced bot logic...
Am i missing something obvious?
Thank you in advance
So i did some experiments.
It seems that closing 'welcome' window is built-in and is executed automatically.
Although it's strange that onLoop is called before the 'welcome' window has been closed.
There always seems to be a huge delay before the welcome screen is closed, so i assumed it had to be done manually.
Edit: answered in Question - A few questions I could never find the answers to
How can i click on the big red button ('Click here to play') in the welcome screen?
I have read through various tutorials and checked open-source bots,
yet none of them seem to have this functionality...
they all immediately start doing some advanced bot logic...
Am i missing something obvious?
Thank you in advance
So i did some experiments.
It seems that closing 'welcome' window is built-in and is executed automatically.
Although it's strange that onLoop is called before the 'welcome' window has been closed.
There always seems to be a huge delay before the welcome screen is closed, so i assumed it had to be done manually.
Edit: answered in Question - A few questions I could never find the answers to
Last edited: