Damn it rendered my brackets as HTML. Here is the function again..
function checkForCurse(word) {
for(i=0;i
if(word == curses[i]) {
return true;
}
}
return false;
}
Sorry about that,
Lee
--------------------------------
Flash Tutorials:
http://www.gotoAndLearn.com
Personal Site:
http://www.leebrimelow.com