i need to know why my script
Code:
 on *:TEXT:!price *:#: {
  var $item = $replace($2-, $chr(32), $chr(95))
  .msg $nick Price of $2- is $readini(prices.ini, Prices, %item)
} 

is not working... i have prices.ini
The first few lines are:
Code:
 [Prices] 
Rune_Scimmy=25-30k 
Santa_Hat=4.5-5.1m(Fluctuating) 
Crusol= Priceless 
XX =Priceless_Sexy_etc. 
tuna=80-120gp 
MasterCard=Priceless  


i was told to use that script and it would work... when i type
!price XX it sends me a msg and says (16:10:45) <Price|Bot> Price of XX is

It has no price on it.. like it is not even reading the .ini file..
Please help me

~yayah 1