this error is called Quest For Naruto.dme:21: unterminated text (expecting ")
help plz
// DM Environment file for Quest For Naruto.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 .
#define FILE_DIR "players"
#define FILE_DIR "players/g"
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
#include "GM.dm"
#include "Level UP.dm"
#include "Login.dm"
#include "Npc Walk & Attack.dm"
#include "Pet code.dm"<<< thats where the error is help
#include "Potion.dm"
#include "Turfs.dm"
#include "C:\Documents and Settings\Matt\Desktop\Magic.dm"
// END_INCLUDE
ID:147621
Feb 28 2004, 11:05 am
|
|
See that the string doesn't have a quote at the end? Look for something like that.