seisatsu / DennisMUD

Dennis MUD - A multiplayer text adventure sandbox engine where the players build the world with in-game commands.
https://dennismud.xyz/
MIT License
47 stars 6 forks source link

Add a %noaction% tag for items/exits that only message the player. #90

Closed seisatsu closed 3 years ago

seisatsu commented 3 years ago

Currently, all items and exits when used broadcast an action which must include the player's name. Add a %noaction% tag which causes an item or exit to send a message to the player only which does not include their name unless the %player% tag is also used.

Example: decorate item 3 %noaction% You don't know how to do that.