Is there a way to force hide enemy floaty text names?
Phantomizer
Member Posts: 76
Because I'm not sure what they're actually called, but to better describe what I want to do, when there are enemies, or NPCs nearby and you hold tab, you can see their outline and names, even through solid objects. Is there a way to disable their names showing up? I think you can toggle this as an option, but I'd like to force It on my mod, If at all possible.
Thank you!
Thank you!
0
Comments
One hacky trick, is you could use a script to SetName(oMonster, "");
The box will probably still be there, but will be blank.