MudEngine:
- Moved List command out of the engine and into the MudGame as a script. MudGame: - Migrated List command from engine to game script. - List command now supports 'List Commands'. It will now print all commands for admins, and only non-admin commands for non-admin players. - Added CreateRoom scripted command for instantly creating Rooms without needing to fully qualify a path. The Room will be created in the Admin's current Realm>Zone. In order to create a Room outside of their current Zone they will need to use the standard 'Create' command and supply a fully qualified name such as 'MyRealm>MyZone>MyRoom'
This commit is contained in:
parent
295a8f5ab2
commit
00ce7b0025
7 changed files with 244 additions and 3 deletions
|
@ -27,7 +27,6 @@ namespace MudEngine.Commands
|
|||
/// </summary>
|
||||
public Boolean Override { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The name of the command.
|
||||
/// If Override is set to true, this command will override any other command that contains the same name.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue