
okay, have it where you can upadte it often, then in a ware house in graal, (or other building) let them buy items, and whatever item they have selected, they will not have, and it adds random(100,600)) rupees to thier account, for example:
PHP Code:
if (playerchats&&strequals(buy darkbomb)){
playerrupees=-400;
set boughtbomb;
}
if (playerchats&&strequals(sell crap)&&strcontains(#w,weaponnamehere))){
"then find a way to take that item from the player."
}
that is about it, my hand is weary, that means I have run out of ideas.
-Rebel95