Welcome!

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

Sign up now!

Resolved Reload scripts on compile

Joined
Nov 26, 2014
Messages
616
How do I make my scripts reload themselves when I compile them.

Right now, I have to restart the client everytime I make a change, is there a way to avoid having to wait over a minute every time to test a change.
 
Primate
Joined
Oct 30, 2014
Messages
3,457
You can just compile and restart your script. You may have minor issues in some cases.

Make sure you set the browser to your output folder, not source.
 
Joined
Nov 26, 2014
Messages
616
You can just compile and restart your script. You may have minor issues in some cases.

Make sure you set the browser to your output folder, not source.

Well my folder structure is "out/prodcution/Runemate/com"

Before I had the "com" folder selected, but once I switched it to the "RuneMate" folder, it worked like I wanted it to.
 
Top