ID:263191
 
ok here the prob

// DM Environment file for DragonBallZen.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 "BMPS"
#define FILE_DIR "Icons"
#define FILE_DIR "Icons/Auras"
#define FILE_DIR "Icons/Base Mobs"
#define FILE_DIR "Icons/Clothes"
#define FILE_DIR "Icons/Guild Cloths"
#define FILE_DIR "Icons/Guild Cloths/Dynasty"
#define FILE_DIR "Icons/Guild Cloths/MOH"
#define FILE_DIR "Icons/Guild Cloths/Ninja Warrriors"
#define FILE_DIR "Icons/Guild Cloths/Shinigami"
#define FILE_DIR "Icons/Guild Cloths/Spikes"
#define FILE_DIR "Icons/Hairs"
#define FILE_DIR "Icons/Health Bars"
#define FILE_DIR "Icons/Mobs"
#define FILE_DIR "Icons/Objs"
#define FILE_DIR "Icons/Techs"
#define FILE_DIR "Icons/Turfs"
#define FILE_DIR "Sound"
// END_FILE_DIR

// BEGIN_PREFERENCES
// END_PREFERENCES

// BEGIN_INCLUDE
#include "Arena-System.dm"
#include "Character-Creation.dm"
#include "Combat-System.dm"
#include "DragonBalls.dm"
#include "DragonBallZen.dm"
#include "GM.dm"
#include "Guild 2.dm"
#include "Guild.dm"
#include "Health Bars.dm"
#include "Hud.dm"
#include "IP_ban.dm"
#include "mobs.dm"
#include "Monsters.dm"
#include "obj.dm"
#include "Oozuru.dm"
#include "s_missle.dm"
#include "Skills.dm"
#include "Spam.dm"
#include "Things to work on.dm"
#include "training.dm"
#include "Transformations.dm"
#include "turfs.dm"
#include "Variables.dm"
#include "World.dmp"
// END_INCLUDE

and i get the error when compiling that says

DragonBallZen2.dme:58: unterminated text (expecting ")

whats the problem...I mean when i dbl click the errror it puts me at the bery bottom of that code
1. Don't rip. Please. ... Pwetty please?

2. You're forgetting to close a text string somewhere.