Commit graph

1 commit

Author SHA1 Message Date
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