Got tired of digging through menus to toggle the "Friendly NPC Nameplates" and the personal bar setting every reload or login.
Uncategorized
1
Posts
1
Posters
0
Views
-
Got tired of digging through menus to toggle the "Friendly NPC Nameplates" and the personal bar setting every reload or login. If both/either bother you too:
`/run SetCVar("nameplateShowSelf",GetCVar"nameplateShowSelf"=="0" and 1 or 0)
and/or
`/run SetCVar("nameplateShowFriendlyNPCs",GetCVar"nameplateShowFriendlyNPCs"=="0" and 1 or 0)
can be tucked into a macro.
-
R relay@relay.infosec.exchange shared this topic