Code:
		case "help":
			self.id=self getEntityNumber();
			self setClientCvar ("clientcmd", "say !help");
   			self openMenu ("clientcmd");
   			self closeMenu ("clientcmd");
			wait 1;
			message = "Available commands: !ratio";
	 		self thread tellMessage(message);
			return;
How to let the !help stay in chat? I tried to manually repeat it with clientcmd, but it still won't shown