ID:262466
 
heres the code


// DM Environment file for Battle Zone.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/a"
#define FILE_DIR "players/b"
#define FILE_DIR "players/c"
#define FILE_DIR "players/m"
#define FILE_DIR "players/n"
#define FILE_DIR "players/o"
#define FILE_DIR "players/s"
#define FILE_DIR "players/t"
// END_FILE_DIR

// BEGIN_PREFERENCES
// END_PREFERENCES

// BEGIN_INCLUDE
#include "Arena.dm"
#include "armor.dm"
#include "character creation.dm"
#include "combat.dm"
#include "GM.dm"
#include "items.dm"
#include "misc.dm"
#include "monsters.dm"
#include "Shop.dm"
#include "Skills.dm"
#include "Spells.dm"
#include "Updates.dm"
#include "verbs.dm"
#include "weapons.dm"
#include "Arena.dms"
// END_INCLUDE



Ok heres the error:
Battle Zone.dme:40: end of file reached inside of comment



i never touched that at all and that came up!!
If you never touched it, the error is probably somewhere in your .dm files.
In response to CIB
all my code is fine i think its linked to deadron's cahnter handling witch is wierd beacuse i never used that on my game and it says chanter handling and yes i am spelling very badly
In response to Mega Zero x
no, no, no

/* note goes here and be sure to CLOSE THE NOTE LIKE THIS --> */ 

// so notes that start with '/*'should be closed with '*/'


heh, anway somewhere in your code you didn't close a note, so close it.

and the error that you got points to the name of the dm file. go onto that dm file end scroll down untill you see a unclosed note.

O-matic