Thread: BuffBot
View Single Post
  #3  
Old 07-17-2007, 04:16 PM
sfisque
Hill Giant
 
Join Date: Oct 2006
Posts: 248
Default

try using:


if( $platinum == $somevalue )

in reference to eq, that is the operator for "string" equivalence. == is the operator for numerical equivalence.

== sfisque
Reply With Quote