Modding Discussion Anyone know a way to count recipes loaded?

Discussion in 'Starbound Modding' started by Mr Xecuter, Aug 2, 2016.

  1. Mr Xecuter

    Mr Xecuter Space Spelunker

    I was wondering if anyone knows a way to add a counter to a custom lua based crafting menu? Such as
    Recipes Loaded = 134. I was looking through my lua files for the crafting menu and seen these lines of code:
    Code:
    ["children"] = {
    ["itemList"] = {
    
    ... they are under "scrollArea" and I was thinking that they might be the key to a counter of sorts. Does anyone have any ideas on the subject.
     

Share This Page