August 21, 20214 yr Hey I tried some methods but I have no idea how I get a script to open a bank. Thank you for your answer
August 21, 20214 yr Author 5 minutes ago, FuryShark said: https://osbot.org/api/org/osbot/rs07/api/Bank.html#open-- I read that and I didnt understand anything, but thanks Would be nice to have a example or something like that
August 21, 20214 yr if (getBank() != null) { if (!getBank().isOpen()) { if (getBank().open()) { //sleep until bank open } } //deposit or withdraw, etc. } If you didn't understand anything after reading API you are going to struggle writing any script. Keep at it though, a basic understanding of java should suffice to make working scripts, the more Java/OOP you know the easier it will be.
August 22, 20214 yr Author Thanks to everyone who helped me, I am actually learning java but I begon to make some scripts
Create an account or sign in to comment