I want to create a shop so that players can exchange goods with the shop. Not buying with money, just exchanging goods between the player and the shop. For example, array of shop = ["ruby", "diamond", "emerald"], and array of player = ["apple", "banana", "grape"], and the shop request itself is: 1x "ruby" for 1x "grape", 1x "emerald" for 1x "apple",...Of course, the shop's request every time a player enters to change it is random, no time is the same.Something like that, so how should I code guys? Anyone have any ideas, please help me.Thank you so much, everybody!