Tegraze Posted January 8, 2017 Posted January 8, 2017 Hello everyone! Just started to make some simple scripts for f2p, in this case for fishing, woodcutting and mining + smelting. But all of this bots are linear and I wanted to make a startup menu which would set up flags, for example checkboxes if the user wants to bank or to powerchop/powerfish, cook, smelt, etc..How can I do this, I've checked the API documentation but can't seem to find nothing on there..Is it a javafx/javafxml problem? Would javafx work? What would be a simple example for a binary choice (ie Bank[ x ] Powerchop[ ]?Thanks in advance!
Alek Posted January 8, 2017 Posted January 8, 2017 JavaFX won't work on the SDN but will work locally. 1
Tegraze Posted January 8, 2017 Author Posted January 8, 2017 JavaFX won't work on the SDN but will work locally. Thanks for the reply So what is the way/best way of doing a startup config menu for a script?