fhaynes / slithermud

Automatically exported from code.google.com/p/slithermud
Other
0 stars 0 forks source link

An adminview or wizview command #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There needs to be a command where admins can get more information from look
than normal players. This would be primarily used to display IDs of rooms,
portals, mobs, etc. So they don't have to use search commands every time to
find something in the same room as them.

Original issue reported on code.google.com by KurosKni...@gmail.com on 10 Oct 2007 at 6:42

GoogleCodeExporter commented 9 years ago
I think I'll see if I can tackle this one... shouldn't be too hard.  What I'm 
going
to try is having wildcard substitution so that if player.info['rank'] >= X and
player.info['wizview'] = True: insert ID's... Something to that extent.

Original comment by vop...@gmail.com on 10 Oct 2007 at 4:31

GoogleCodeExporter commented 9 years ago
Work has started on this one, the command is not yet in to toggle the view on 
or off,
in addition we also need ranks to be clearly defined as it is another part of 
the
equation, however, the functionality for rooms to display their ID to people 
with the
proper variables set to the right things is in.

Original comment by vop...@gmail.com on 10 Oct 2007 at 7:49