I have a little problem with functions. I have a Baloon with some text in a function and i want to pass text to it through function.param
I tried many times, with simple text "" and also with a global text variable, just to try, but it never works. The collected param will always be a 0
I also have a part of the game where one of the params is a number that will be added to score (1 or -1) and even in this case it does not work... but the strange thing is that it was working before, it simply stopped working in the last month....
I think that i'm missing something about function.param part!