I'm very new so I apologize if this has ever been suggested in the past. I come from a heavily enforced RP/PK mud and one of the things I had always wished they had was the SMOTE style of emoting but especially the ability to use $name for PC/NPC targeting to fill in proper pronouns.
My idea was wondering if it could be easy to code a way to target items (maybe with certain limitations, but ideally either worn or in the room, but maybe within inventory too?).
The product would be something along the lines of (and using something other than $ if necessary for coding):
smote anoints &longsword with oil that causes the blade to glisten.
Looks like:
Aalandir anoints an ordinary longsword with a leather-wrapped hilt with oil that causes the blade to glisten.
additional SMOTE targeting idea
Re: additional SMOTE targeting idea
A workaround that I use from time to time is to emote with color codes:
This is pretty manual and easy to mess up, so not ideal, but it can be a good substitute in some cases.
Code: Select all
emote anoints {70}an ordinary longsword with {30}a leather-wrapped {70}hilt {60}with oil that causes the blade to glisten.
Kalahani Ka'uhane
Gottschalk, Witchdoctah
Gottschalk, Witchdoctah
Re: additional SMOTE targeting idea
Definitely a good idea, especially if taking the time to set it into a variable that you could then pop into on the fly smotes. Which tends to be more or less my style - might have to pre build some though.