diff --git a/MUDCompiler/Program.cs b/MUDCompiler/Program.cs index 7669285..9f9f05c 100644 --- a/MUDCompiler/Program.cs +++ b/MUDCompiler/Program.cs @@ -19,7 +19,7 @@ namespace MUDCompiler Console.WriteLine("1): Compile Scripts"); Console.WriteLine("2): Exit Compiler"); //Console.Write("Enter Selection: "); - Console.WriteLine("Out of engine compiling is currently not supported."); + Console.WriteLine("Out of engine compiling is currently not supported. Please review the documentation regarding in-engine compiling."); String command = Console.ReadLine();