ID:261444
 
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
wow, I can't believe somebody needs this much coding help in such little time. Will you have a game done at the end of the night? AND STOP DOUBLE-POSTING!
Justin Sun wrote:
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

A question of this sort belongs more on Newbie Central, since you don't really have much more than skeleton code set up yet.

Please don't make the same post twice; this could have been unintentional, but twice now you've double-posted. Please delete the redundant posts.

Lummox JR