SetHelpText
From King Arthur's Gold Wiki
Revision as of 14:16, 28 August 2012 by Shadlington (Talk | contribs)
Sets the help text to the given string (I think its the text that shows above your head - like 'press E to buy bomb' or whatever)
This is client only - it should be wrapped in "if ( getNet().isClient() )" or be in a client-only script.
void setHelpText(string text)