123456789101112131415161718192021222324252627282930313233343536373839 |
- <!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html><head><title>Python: cmd_inform</title>
- </head><body bgcolor="#f0f0f8">
- <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
- <tr bgcolor="#7799ee">
- <td valign=bottom> <br>
- <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>cmd_inform</strong></big></big></font></td
- ><td align=right valign=bottom
- ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/Users/hollis/Desktop/nakedmud/lib/pymodules/cmd_inform.py">/Users/hollis/Desktop/nakedmud/lib/pymodules/cmd_inform.py</a></font></td></tr></table>
- <p><tt>cmd_inform.py<br>
- <br>
- Contains various commands that are informative in nature. For instance, look,<br>
- equipment, inventory, etc...</tt></p>
- <p>
- <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
- <tr bgcolor="#aa55cc">
- <td colspan=3 valign=bottom> <br>
- <font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
-
- <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
- <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="inform.html">inform</a><br>
- </td><td width="25%" valign=top><a href="mud.html">mud</a><br>
- </td><td width="25%" valign=top><a href="mudsys.html">mudsys</a><br>
- </td><td width="25%" valign=top><a href="utils.html">utils</a><br>
- </td></tr></table></td></tr></table><p>
- <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
- <tr bgcolor="#eeaa77">
- <td colspan=3 valign=bottom> <br>
- <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
-
- <tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
- <td width="100%"><dl><dt><a name="-cmd_equipment"><strong>cmd_equipment</strong></a>(ch, cmd, arg)</dt><dd><tt>Displays all of the equipment you are currently wearing.</tt></dd></dl>
- <dl><dt><a name="-cmd_inventory"><strong>cmd_inventory</strong></a>(ch, cmd, arg)</dt><dd><tt>Lists all of the items currently carried in your inventory.</tt></dd></dl>
- <dl><dt><a name="-cmd_look"><strong>cmd_look</strong></a>(ch, cmd, arg)</dt><dd><tt>allows players to examine just about anything in the game</tt></dd></dl>
- <dl><dt><a name="-cmd_who"><strong>cmd_who</strong></a>(ch, cmd, arg)</dt><dd><tt>List all of the players currently online.</tt></dd></dl>
- </td></tr></table>
- </body></html>
|