muddesigner/MudEngine/WinPC_Engine/GameScripts
Scionwest_cp 2622c2d8c7 * ConnectionManager now has a helper method for returning a Connected Character that matches the supplied name
* Added a new Command. SetRole allows Admins to assign a Server Role (Admin, Player, GM etc) to a specified character.  Server.ServerOwner is the only Character that can use this command regardless of server role.  Any other Character must have a Role of Admin in order to use it.
* StandardCharacter now checks if the character is connected as well as being enabled during execution of commands.
* Re-organized how the StandardCharacter save code was invoked during disconnection from server.
* StandardCharacter.Role is now saved and loaded from file.
2012-03-04 00:29:02 -08:00
..
Commands * ConnectionManager now has a helper method for returning a Connected Character that matches the supplied name 2012-03-04 00:29:02 -08:00
BaseScript.cs * DataPaths now has two new helper methods. GetFilePath for returning the path to a supplied filename for a specified object type. GetExtension which returns a file extension for the specified object type. 2012-03-03 23:29:58 -08:00