Thread: Quest trouble
View Single Post
  #3  
Old 06-02-2007, 11:24 AM
jdam7459
Sarnak
 
Join Date: Mar 2007
Posts: 45
Default I'm an idiot

Look at this real good, I figured it out thanks for the post

Original Code:

if($text=~/spells/i}

New Code:

if($text=~/spells/i)

Not being sleepy makes all the difference!

Thanks man.
Reply With Quote