ID:145657
 
Code:
// BEGIN_INCLUDE
#include "Code File.dm"
// END_INCLUDE


Problem description:
when i try to compile this error comes up saying the error is in the code above.
Whats wrong?
dme:15: unterminated text (expecting ")

When that happens, it is usually because the error is actually at the end of the file it is pointing to there. Your problem is probably at the bottom of the Code File.dm, where it sounds like you have a text string that you forgot to put quotes at the end of.