I have an if statement I'm executing that checks to see if the machine I'm running my script on has an IP. If it dosen't, I want it to terminate the script, but if it does, I want it to go on with some other processes. What's the syntax for force quitting a script? 'end' isn't working, I get error messages looking for 'end if'.