View Single Post
Old 07-20-2006, 06:18 PM   #3 (permalink)
Hanse the Insane
Forum Novice
 
Join Date: Jun 2006
Location: Lakw Worth, Fla
Age: 48
Posts: 199
Send a message via ICQ to Hanse the Insane
Default

I decided that as my espress was brewing, Id give it a shot. I cam across this errror:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Customs/XML Bible System/Scripts/Custom/Bible System/BibleGump.cs:
CS0246: Line 15: The type or namespace name 'CG' could not be found (are you
missing a using directive or an assembly reference?)
+ Customs/XML Bible System/Scripts/Custom/Bible System/PreacherGump.cs:
CS0246: Line 15: The type or namespace name 'CG' could not be found (are you
missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

The error seems to be right here:

Code:
namespace Server.Custom
{
	public class BibleGump : CG
	{
		private int m_Book;
__________________
45 and retired, Life is good, mostly :D
Hanse the Insane is offline   Reply With Quote