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
|