getClientCvar only works if called by console(/openscriptmenu a cvar). When I tried to call it by menu-event, it returned self.name but it didn't rename to the value of cvar (scriptMenuResponse "cvar"). It seems like execClientCmd doesn't work if the scriptmenuresponse is called by a menu file. Does anyone know how to make it run?