coupdeforce / swmud

Star Wars MUD LPC mudlib
6 stars 0 forks source link

wiz prompt is broken #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
prompt options do not work if body = wiz. 
anything typed after <prompt> will appear on the prompt line rather than the 
specified option (including clear).

example:
<prompt 3 6 2> will make my prompt '3 6 2' without the >
<prompt clear> will make my prompt 'clear' without a >

i actually don't expect player prompts to work for a wiz, nor would i want a 
prompt there at all... i accidentally changed my wiz prompt when i thought i 
was logged in as a player character and just want it back to normal lol.

Original issue reported on code.google.com by lostinpl...@gmail.com on 6 Sep 2012 at 4:11

GoogleCodeExporter commented 9 years ago
Added a helpful message for when a wizard types "prompt".  Previously there was 
no message.

Original comment by coupdefo...@gmail.com on 8 Sep 2012 at 10:39