
I have been running 2 APIs in my games for a while. (Critical & Fumbler) and both have been working correctly. Recently, I found an API online where I could copy/paste an image url into a prompt and it would automatically convert it to a .png and post it in the chat. It's a simple script and it works fine on its own. The problem is it gives me a syntax error in the API Output Console of SyntaxError: Unexpected token ? when I run it. (It functions fine in the game though). The big issue is that whenever it is enabled, it seems to prevent the Critical and Fumbler APIs from running. I'm assuming it gives the Syntax error and stops the API from running any other commands? I'm not sure to be honest. Does anyone see a simple way to fix this? The code for the image API is: [Image](?{URL}#.png); I'm assuming the ? is what is throwing the syntax error, but I think I need that to get the prompt to paste the url into. Any ideas?