SetHelpText

From King Arthur's Gold Wiki
Jump to: navigation, search

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 )