Blockland Forums > Modification Help
Characters Blockland Can Handle But TextEdit Can't
Daenth:
--- Quote from: jes00 on June 19, 2012, 12:12:34 PM ---I have, I can't find any anywhere around it.
--- End quote ---
It should be at the very beginning of the error.
Treynolds416:
You've used getSubStr incorrectly. I don't think it would cause that error, usually it just echos "Incorrect usage of getSubStr() - Wrong number of arguments" in the console when you try to use it.
jes00:
--- Quote from: Treynolds416 on June 19, 2012, 12:45:12 PM ---You've used getSubStr incorrectly. I don't think it would cause that error, usually it just echos "Incorrect usage of getSubStr() - Wrong number of arguments" in the console when you try to use it.
--- End quote ---
Thank you.
I tried commenting out the chunk below and when I did it said there was no longer any error so the error has to be in this chunk:
--- Code: ---%newMsg = strReplace(%newMsg, %w, "\x7E");
--- End code ---
Ipquarx:
--- Quote from: jes00 on June 20, 2012, 03:31:33 PM ---I tried commenting out the chunk below and when I did it said there was no longer any error so the error has to be in this chunk:
--- Code: ---%newMsg = strReplace(%newMsg, %w, "\x7E");
--- End code ---
--- End quote ---
There is absolutely no syntax error in that.
jes00:
--- Quote from: Ipquarx on June 20, 2012, 03:34:03 PM ---There is absolutely no syntax error in that.
--- End quote ---
Than why does torque demand that in that line, and that line only, there is a syntax error?
EDIT: I rewrote the line, like this: %newMsg = strReplace(%newMsg, %w, "\x7E"); and now it says there's no syntax error : /
Stupid torque.