if s == 2 then
if pc . count_item ( 50010 ) <= 0 then
chat ( "İnceliyorum..." )
syschat ( "Başaramadın!" )
chat ( "Yeterli Çorap'a sahip değilsin." )
send_letter ( "Çorap Al" )
return
end
Burayı
if s == 2 then
if pc . count_item ( 50010 ) <= 0 or pc.get_gold() > 0 then
chat ( "İnceliyorum..."...