ID:266527
 
mob/verb/Auction()//list all the usr.content then N as num
world<< "[usr]'s[The item selected] is being auction for [N]."
then a code to let only one Auction go on something like J==1
if(J==1)
usr<< "something is being auctioned."
Bid()
let the person bid the current item
then if the item was bid on already increase the price by *2
src.Gold-=the price because he bought the item
usr.Gold+=the pric for the seller
src.contents+=new the object