Code: Select all
>intercept_prog buy~
if questr(QQXX, X,Y,$n) == 0
mpmadd $n questr 22800 X Y 1
munintercept
sayto $n This is very rare armour.
sayto $n You may only buy one more
sayto $n piece from me.
else
if questr(QQXX, X,Y,$n) == 1
mpmadd $n questr 22800 X Y 1
munintercept
sayto $n This is very rare armour.
sayto $n You may not buy any
sayto $n more from me.
else
if questr(QQXX, X,Y,$n) == 2
sayto $n I am sorry, you have
sayto $n bought all you can
sayto $n from me.
endif
endif
endif
~