Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
03-07-2012, 15:58
(This post was last modified: 03-07-2012, 15:59 by iAegle.)
There's a command that selects a random hint from a file, you could create a .csv file for each gametype and end them with the gametype name and then use:
( "hints_" + DvarString( "g_gametype" ) + ".csv" )
or something.
Looking for the command now, hang on
edit: forgot that I uninstalled blops and the tools, but the command is in the ui_mp\connect.menu
Posts: 180
Threads: 15
Joined: Feb 2011
Reputation:
10
Alright, almost got it working.
The only thing I can't figure out is what you have to put after TEXT excactly.