Since you guys (Freddy and Yakman) seem to run Java around here I got a few questions for ya.
Any ideas on moving the mouse (as we do in SRL)? And same for typing in keybored. Or even locating colors. (Not for runescape...just for general intreset - I'm way over rs).
Also how do I do like an "or" statment,
example:
if (name.equals ("multiplaction"))
OR
if (name.equals ("*"))
into one line?
My guess:
if (name.equals ("multiplaction") || ("*"))
cause I heard || is or, but I'm not sure how correct that is...
Freddy I expect a reply within 2 days or I'm double postingjk.
Oh lastly. You guys know any really good java forms I can go to? I saw Yakman and Freddy are prety active here, and to be honest that is the only reason I posted, cause I doubt anyone else will respond with an answer.
Thanks.




jk.
Reply With Quote













Yakman is right, maybe you should try yourself first before posting... Trial and error is the best way of learning...


