MudEngine:
- All commands are now required to have a Help property. MudGame: - Finished the Create command. Now allows for creating Realms, Zones and Rooms - Added LinkRoom command for linking Rooms. Not finished. - Added Help command. Typing Help prints all of the currently available commands. Typing Help 'CommandName' prints that Commands help property. Default commands print a help document.
This commit is contained in:
parent
f51e17af7b
commit
386d90df19
22 changed files with 678 additions and 114 deletions
|
@ -34,6 +34,7 @@ namespace MudEngine.GameManagement
|
|||
|
||||
//Add to the cache so consoles can get these messages if they want to.
|
||||
//If Pushmessage=true then we skip caching and dump it straight to the console
|
||||
//TODO: Allow for enabling critical error messages being forced into the console, regardless if !IsMultiplayer
|
||||
if ((pushMessage) && (!IsVerbose))
|
||||
Console.WriteLine(message);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue