ID:154930
 
hello! :D

Does anyone know what I should read to learn how to create a tab exclusively for users to sell items to each other? If you need more details let me know..


Thank You :D
- NotS
Create a datum to hold all information about auctioned items.

In the datum, define a <code>list</code> that will hold all information for the auctioned items.

If the ability to search the list is wanted, instead of just throwing an object into the main <code>list</code>, create another <code>list</code> in the first <code>list</code> that holds all the types of the object that is wanted to be added.