by Jim » Tue Nov 18, 2008 10:15 pm
I uncommented that code and found that the problem line is actually this one:
Code: Select all
print (s:"\cCThis Door can't be opened!");
I'd guess the new include code (responsible for that warning I fixed) has screwed things up. I made sure that my fix did not create this problem, so this issue has also existed before the very latest version.
As for the comment being parsed, there may have been yet another parsing error earlier.
Obviously, ACS is not a friendly compiler as far as error messages, even without this bug.
I uncommented that code and found that the problem line is actually this one:
[code]print (s:"\cCThis Door can't be opened!");[/code]
I'd guess the new include code (responsible for that warning I fixed) has screwed things up. I made sure that my fix did not create this problem, so this issue has also existed before the very latest version.
As for the comment being parsed, there may have been yet another parsing error earlier.
Obviously, ACS is not a friendly compiler as far as error messages, even without this bug.