I put the ?@serror after each line and got a "completed successfully" on each one. I then put it after the call for Merlin() and it didn't give a response. It's like it doesn't return to where it's suppose to. My code is set up like:

fun1()
fun2()
Merlin()
fun3()
Exit

And all the functions are below. It never runs fun3()

And Thanks for replying so quickly!