luminlumin 1 Posted November 3, 2017 I'm unable to call methods from other classes for some reason. I wanted to separate some methods I have in my classes and create new classes for them, but I'm unable to call anything from a different class. I already made sure that I'm creating a Object obj = new Object() (not the actual code) in my script. So, is there anything that I'm missing? Also, I'm unable to use any functions from DreamBot in my classes unless I extend them which I don't want to do, I just want them to act as helper classes.. I hope this makes sense.
dQw4w9WgXcQ 184 Posted November 3, 2017 just pass your main script in the constructor of your other classes https://gist.github.com/dQw4w9WgXcQ/e926fef59f8964bc7da1adf8a2b75b37
Recommended Posts
Archived
This topic is now archived and is closed to further replies.