so i want this exit statement to go back to whatever the user was doing before but when you say yes it just exits out and doesn't redo the script. suggestions?
And the way it's currently set up, if they say yes, you're telling the program to exit. I think you mean to return false on line 8 and return true on line 12.