how are functions made with args inside of it, i am new to C, but have been coding torque script
anyways
what i am trying to accomplish is remaking the say function, but my function using the say, for example:
if i type (my created function -->) say_chat hello
it then puts hello into the say function
idk how its made, but like
say_chat(texthere)
{
say texthere;
}
thx for anyones help, im just trying to understand a few things