I changed it to only 1,4 and the script still won't continue. I should note, the random statements work fine, I just can't get the script to read past this block of code.

I have this after it to test it:
Code:
;SCRIPT TESTER - Test to see if script is read to the very bottom
on *:text:!stest:#:{
  if ($nick == budd_manlove) { msg # Test successful! } { return }
}