you can pass a text as a parameter of a function, for exemple if you pass the value "I like eating chocolate" as the second parameter(parameter number 1) of your function along with the value 1 to the first parameter (parameter number 0), and you add an action :
SystemMessage : Set text to Function.Param(1)
Then the text displayed will be
I like eating chocolate[/code:2krku3vh]