Thread: Quest Problem
View Single Post
  #7  
Old 04-21-2004, 06:02 AM
Dave987
Discordant
 
Join Date: Jun 2003
Location: England
Posts: 267
Default

Woops.. nobodys perfect eh?
Did that work Lexen ?


Another thing you could try is changing
if ($itemcount{27188} == 4)

to

if (($itemcount{27188} == 4))
Sometimes doing the calculations (== , != , <= , etc.) help if done in double brackets.. -shrug-
__________________
;o)
Reply With Quote