Blockland Forums > Modification Help
Help with Chatbot
Blocki:
Hmm. Yea that's how I do it... what is is discoverfile and how2use it?
Chrono:
discoverFile(filename);
For zips, you just discover the zip file itself
discoverFile("add-ons/Addon_Name.zip");
But I seriously recommend just using a normal folder, so you don't have to use this.
Blocki:
So when I use a unzipped folder, do I still do exec("add-ons/Client_KalBot/Client.cs"); ?
Treynolds416:
Yes
Blocki:
good