View Single Post
Old 12-26-2004, 09:32 AM   #6 (permalink)
falsepride
Regular Contributor
 
Join Date: Oct 2004
Posts: 203
falsepride is on a distinguished road
i was messing around with the script i wrote and you mite want to run a quick if statement after the prompt to make sure its not null or empty like
Code:
if(other != "" || other != null)  {
falsepride is offline   Reply With Quote