3541
Suggestions & Requests / Re: A addon refresher thing?
« on: November 24, 2013, 08:05:13 PM »
It's not needed. Do this: http://forum.blockland.us/index.php?topic=245445.msg7052313#msg7052313
Then execute your mod like this:
Then execute your mod like this:
Code: [Select]
execute("path/to/file.cs");
//OR
e("Script_YourAddon");


