Thanks. I'll try that. I still cant get parameters for functions to work. Even if i do something as simple as this:
NPC Code:
function finished(what) {
say2 #v(what);
}
It simply wont run. I've tried putting a say2 in with plain text, no variables. It's as if the function never gets called.