erm no screen_name... if a function is finished, it automatically returns to the main script. It's rather for doing stuff like this...
NPC Code:
if (actionblah) {
do some stuff;
Setani();
do more stuff;
}
function Setani() {
if (!visible) return;
else setcharani blah_idle,;
}