Hello people of OSBot,
I have a short question, if I set a variable in the private final part of the script like this:
private final
Position sellPoint = new Position (3209, 3216, 2);
And later change this, in this case, change it to position (2222, 2222, 2) for example, in a private boolean statement or private void.
1. Will this be possible because of the private part?
2. Will it be changed back to the original (3209, 3216, 2) at any point?
Hope to hear from you, and if you feel like it please leave a explanation so I can learn more from it.