Commit graph

2 commits

Author SHA1 Message Date
Scionwest_cp
295a8f5ab2 MudGame:
- List command now supports 'List Zones' which will output all zones within every Realm.
 - List command now contains improved help documentation.
2010-09-04 01:08:21 -07:00
Scionwest_cp
5956c3d264 MudGame:
- Create command script now writes to the Log file everytime a Admin creates an environment object.
 - Added a List command script that now lists all environment objects created. 
   * Example: List Realms
   This will list all of the Realms in the game world.
   * Example: List MyRealm>Zones
   This will list all of the Zones within the MyRealm Realm object.
   * Example: List MyRealm>Rooms
   This will list all of the Rooms from every Zone within the MyRealm object.
   * Example: List MyRealm>MyZone>Rooms
   This will list all of the Rooms that are within the MyZone object contained within the MyRealm object.
   * Example: List Players
   This will list all created players, regardless if they are logged into the server or not.
2010-09-04 00:58:31 -07:00