(I'm still getting used to the C3 functions, so I may be missing something obvious)
I have a function called "SetNextRoom" which (among other things) is supposed to return a number. I've set its return type to "Number.
But when I try to reference this function, it doesn't appear on the function list with the others.
And when I set the return type to "None", it suddenly appears on the list.
I'm used to this in C2 — am I missing something?