Thank you!
I think my compiler must be too ancient for this! What does the $ operator do?
AddLabel(20, y, hue, $"Hue {hue}");
from.SendMessage($"Set {item.Name ?? "item"} to hue {m_Hue}.");
Thanks
Edit: Oh I see. It's string interpolation. That's a lot neater than the old method.
What...