Your sig: That's not the exact quote but close enuf
anyways, if you want 99 bombs to be liek 50g, you put something liek..
if (playersays(buy bombs)) {
if (playerrupees>=50) {
playerrupees-=50;
playerbombs==99;
say2 Thanks for your purchase! Come again!;
}
}
or something liek that.

Same with arrows, except replace bombs with darts
