Nameplate Distance working?

#1 - May 20, 2021, 6:46 p.m.
Blizzard Post

Is the nameplate distance change in effect currently? The console command doesn’t seem to do anything:

/console nameplateMaxDistance 41

Forum Avatar
Community Manager
#8 - May 20, 2021, 7:36 p.m.
Blizzard Post

This is the exact command that worked for me:

/script SetCVar("nameplateMaxDistance", 41)
Forum Avatar
Community Manager
#26 - May 20, 2021, 8:05 p.m.
Blizzard Post

I should have been putting it into a codebox, so that you can copy/paste it with less chance that some software between us is mangling those quotation marks.

This, hopefully:

/script SetCVar("nameplateMaxDistance", 41)