Anyway, I have SendMessage defined and everything, but I can't find a decent example of how to use it in a function.
Someone said to try this, but I'm not sure what to do with it, I'm hoping to use this to send messages into the console of the game im using to execute commands.
EDIT:I want to use this to be able to say commands in the game such as !place and have the utility send a message into the game such as place misc_model_breakable 0 model,map_objects/factory/f_con1,spawnflags,1
so basically, the person says !place and it sends the above command into the game.