View Single Post
  #2  
Old 07-14-2003, 09:47 AM
dcl
Sarnak
 
Join Date: Jun 2003
Posts: 71
Default

I believe you need to set the $itemcount = to something...

ie.

if ($itemcount("210") == 1 && $itemcount("217") == 1 && $itemcount("218") == 1 && $itemcount("219") == 1 ){ say("Here is your chestplate. Congratulations!") castspell("$userid","523") }


You were also missing a ) after the last $itemcount
Reply With Quote