In my game people sell things to other people globally, So I want it to list all people who sell the product and there prices. How could I do this?
M input?
then how do I have it display the choices from a list? And the prices? can anyone help me with this please?
ID:169245
Jul 16 2005, 6:07 am
|
|
In response to CaptFalcon33035
|
|
Its an economic type game. I want it so theres Producers < Intermediate < End Consumer. If you need electricity to make steel, then everyone who sells electricity shows up in a list with a price next to there name, you pick the lowest price, or the person with the ammount you need, and buy it. Each person sells differant things.
|
In response to Strawgate
|
|
I believe that Lummox JR has an article on Associative Lists, search for it on BYONDScape, its very good.
|
Use statpanels to list players, items with a suffix of the price the player is selling it for.
HTML pop-ups with links to the items, maybe even a picture of the item. You can have the price of that particular user's item right beside the image or text link.
Or you can just display it in the text box upon execution of a verb, like a cheap 'Who' verb.
Do you want all the items to be listed or do the items have a specific type or variable that determines whether they are up for sale or not?