After fiddling with mm I've seen that you can color people but when I do mmconfig gaudiguchcolor red it changes the color to red but no one from gaudiguch is highlighted. Why?
For this script since you use mmf you may want to consider using the following instead, which makes use of the mmf queues:
mm.doaddfree("outd lust")
mm.doadd("fling lust at " .. target)
As you might tell, with the targeting alias setting whatever you want to the variable "target", you can do a similar alias for anything else you might have in mind.
Put this at the end of the targeting alias. Change the "gold" to whatever colour you want. You can see what colours are available by putting "lua showColors()" without the quotes into the command line in Mudlet (where you put in any other command)
Comments
Put this at the end of the targeting alias. Change the "gold" to whatever colour you want. You can see what colours are available by putting "lua showColors()" without the quotes into the command line in Mudlet (where you put in any other command)
if hltar then killTrigger(hltar) end
hltar = tempTrigger(target, [[selectString("]] .. target .. [[", 1) fg("gold") deselect() resetFormat()]])