Hi all im just makeing a npc that will make a few gems but how do i make the npc only take pur 11+ ore's? here's a quick npc
[@hjggg]
#IF
checkitem PlatOre pur11+
checkitem StoneOfTheGods
#ACT
give DC/SC/MCGem 1
#ACT
take StoneOfTheGods
take PlatOre pur11+
#ELSESAY
You don't have the right items.\ \
Close/@exit
i know the Pur11+ isent right it's just there to show what i mean.
[@hjggg]
#IF
checkitem PlatOre pur11+
checkitem StoneOfTheGods
#ACT
give DC/SC/MCGem 1
#ACT
take StoneOfTheGods
take PlatOre pur11+
#ELSESAY
You don't have the right items.\ \
Close/@exit
i know the Pur11+ isent right it's just there to show what i mean.
