View Single Post
  #4  
Old 05-30-2009, 01:53 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

The errors tell you:

Code:
timername in numeric eq (==)
When you are saying something equals a value that is NOT a number, you have to use "eq", not "==". And, visa versa.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote