Blockland Forums > Modification Help
Help with Chatbot
Treynolds416:
Ok, so this is definitely a problem with something you are doing. I used your script with Notepad++ and it worked perfectly, same filepaths and all
Blocki:
When I update it, yes. Like when I add a new case to it, EXACTLY as the other ones, and update it. Will try setModPaths(getModPaths());
Treynolds416:
--- Quote from: Blocki on March 22, 2012, 03:18:04 PM ---When I update it, yes. Like when I add a new case to it, EXACTLY as the other ones, and update it. Will try setModPaths(getModPaths());
--- End quote ---
I updated kal just fine, not sure what could be causing your problem.
Blocki:
Whaddafudge. My PC did a bluescreen D=
Well for some unknown reason all works fine now. WTF. Maybe a messed up cache file?
Chrono:
The problem is that you're updating it in a .zip file, and then executing it without first using setmodpaths, discoverfile, or restarting the game.
When you're working on an add-on, use a regular folder, not a zip. It will still work.