Hi, I've just started using Decker and it's great. Really fantastic environment to play in. Congratulations!
My question is probably obvious to someone versed in Lua or Lil, but if I want to stock a grid with items from a column in another grid, how could i do that? For example, to display a list of items being carried in an inventory.
At present I have 'invlist' which is a grid containing all the possible items, with names and other date (such as a parameter number for their effects. But I want to have the ability to select from a list of held items which would be displayed on the cards. So I need to draw in data from the names column of 'invlist' to populate a grid based on a numerical list of what the player is holding However, everything I try seems to hit a brick wall Any newbie advice for populating grids and/or adding items to them?


