Nice release, I just had a look, are you using bitmaps for the right clicked options?
You could try this, it should work for all right click stuff, and I think the text is 100% accurate on the menu, as it's all one color
Simba Code:
P06_ChooseOptionMulti(['Withdraw All','All']); //is there a - between the words?
You might want to add exit's to your loops if you disconnect, and maybe add the loginplayer Include,
Simba Code:
If (Not P06_LoggedIn) Then
Exit;
Then have something in the outer loop like this
Simba Code:
If (Not P06_LoggedIn) Then
P06_LogInPlayer;
Example of how to include and set up login at the end of the Include thread OP, also if you make it like that, script must be able to be started anywhere along the loop, so it will work after logging back in,
One more thing, make compass functions will not work/cause problems/maybe endless loops, if the mouse cursor is not over the game window, Because keyboard keys are not sent unless you have focus of the window, ActivateClient may fix that for the jar client, but not for the web browser application

, Idk, can you test and tell me if it works for the client, if not then leave a Reply on the Include thread and I'll make compass functions check the cursor is in the window before trying to rotate