Trigger:
Calls script:
Result:
My problem:
How can I get the colornote to fire before the MUD's newline? I'd like the note to come at the end of the 'condition' line like this:
<trigger
enabled="y"
match="*has some small wounds and bruises."
script="OnLook75"
sequence="100"
>
</trigger>Sub OnLook75 (name, line, wildcards)
world.ColourTell "#9ACD32", "", " 75-90%"
End subSoandso has some small wounds and bruises.
75-90%How can I get the colornote to fire before the MUD's newline? I'd like the note to come at the end of the 'condition' line like this:
Soandso has some small wounds and bruises. 75-90%