Engine icon indicating copy to clipboard operation
Engine copied to clipboard

Allow blank instructor hint messages

Open vrad-exe opened this issue 2 years ago • 3 comments

Which component should be improved?

Entity

Describe your suggestion

If a env_instructor_hint message is set to an empty string, it will be automatically replaced with "No Caption Specified". This is stupid, it should just stay blank and show only the icon. image

vrad-exe avatar Jul 09 '23 00:07 vrad-exe

Okay, this is actually just the default text set for the caption in scripts/instructor_lessons.txt, I wonder if changing that to be blank would work correctly

vrad-exe avatar Jul 09 '23 03:07 vrad-exe

Does setting the caption to a space ( ), or something like that work?

TeamSpen210 avatar Jul 09 '23 05:07 TeamSpen210

It does, except then Hammer auto strips trailing spaces and AddOutput doesn't consider that valid syntax so you have to do it through VScript...

vrad-exe avatar Jul 09 '23 06:07 vrad-exe