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
51 stars 6 forks source link

Option for changing the placement of the player's name in decorated actions. #25

Closed seisatsu closed 6 years ago

seisatsu commented 6 years ago

For the actions associated with the decoration commands, there should be a way to set an action that doesn't necessarily begin with the player's name, using some token to specify where the name should go. When the token isn't present, the action starts with the player's name by default.

e.g.

> decorate exit 1 fell through the floor.
Seisatsu fell through the floor.
> decorate exit 1 The floor fell out under %u.
The floor fell out under Seisatsu.