i have this:
okay and inside function block:
okay and is just
because for some reason isnt available in certain contexts even though its defined globally. but for Function i have:
and i know im not setting up the variable bindings correctly but in trying to get some sort of debugging information i have:

with that inside here:

because im getting this error:

and running with the debug block i get this fourth time it stops:
which you can see Function is defined all the way up. but regardless, this is where its trying to call displayName. and the call function definition is just:

but you can see the variable i want (name: boo) in item 4 with the displayName call block. but for some reason, im getting this for parameterNames in item 2:

and thats inside of the outer function which was successfully built and called and in the middle of executing. but that parameterNames is whats defined in Function.Call:
and jesus does anyone know the correct way to do this/ what im doing wrong cause this is driving me crazy