Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Specifying Local Scripts Script Path

Joined
Jul 11, 2016
Messages
6
I'm booting RuneMate for local development and I'm just wondering if theres a switch to set the path of the local script directory. I would like it to be in a scripts folder which sits in the same directory as the RuneMate.
This is my .bat file:
Code:
java -jar RuneMate.jar com.runemate.boot.Boot -sdk ./scripts
pause

Thanks!
 
Top