ID:140715
 
Code:
:// DM Environment file for testworld.dme.
// All manual changes should be made outside the BEGIN_ and END_ blocks.
// New source code should be placed in .dm files: choose File/New --> Code File.

// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR

// BEGIN_PREFERENCES
// END_PREFERENCES

// BEGIN_INCLUDE
#include "testworld.dm"
// END_INCLUDE


Problem description:Okey so i've got this code on a newly created source i just did 5 mins ago. Been remaking it also as i can't find it. I get: testworld.dme:15: unterminated text (expecting ")

How to fix it?


You've got a string missing an end-quote near the end of testworld.dm.
In response to Jp
Okey am i blind? Can't see anythign missing. I am comparing to another source i got and it's the same, just another name.
In response to Leviathanos
Are you ripping?
In response to Vic Rattlehead
No..i got one game and i also got two games which i only icon and code on. Don't make conclusions without proof. It's insulting.

problem solved.
In response to Leviathanos
Post the last 10-20 lines of testworld(.dm).