View Single Post
  #4  
Old 06-19-2004, 01:30 AM
Minuss
Sarnak
 
Join Date: Jan 2002
Location: France
Posts: 58
Default

no need for so many "("
if($itemcount{xxxx} && $itemcount{xxxx} == 1) is also correct

if you have to put 2 items for a turn in for example, it is :
if($itemcount{xxxx} && $itemcount{xxxx} ==1 && $itemcount{yyyy} && $itemcount{yyyy} ==1)
Reply With Quote