i know that a command can be forced to run in the current shell, as opposed to a new one, by placing a dot before it, ie.
$ . somescript args
is there any way to do this in the shebang line, so that the script always runs in the current shell, regardless of whether there is a dot...